Re: [PATCH 3/8] doc: Remove wl_map from documentation

2015-01-22 Thread Derek Foreman
On 21/01/15 11:30 PM, Bill Spitzak wrote: > Both of \cond changes these are because the current doxygen config turns > on documentation for all objects whether or not they have doxygen comments. Ahh, I somehow missed that. I just sent one of my own for wayland-server.c, because I think it's prett

Re: [PATCH 3/8] doc: Remove wl_map from documentation

2015-01-21 Thread Bill Spitzak
Both of \cond changes these are because the current doxygen config turns on documentation for all objects whether or not they have doxygen comments. You are right they probably could be removed if this was switched and comments were added to everything that was wanted. However a previous patch

Re: [PATCH 3/8] doc: Remove wl_map from documentation

2015-01-21 Thread Derek Foreman
On 02/01/15 08:29 PM, Bill Spitzak wrote: > This object is only in wayland-private.h so it's methods should not > be in the documentation. > --- > src/wayland-util.c |4 > 1 file changed, 4 insertions(+) > > diff --git a/src/wayland-util.c b/src/wayland-util.c > index b099882..db51ebb 10

[PATCH 3/8] doc: Remove wl_map from documentation

2015-01-02 Thread Bill Spitzak
This object is only in wayland-private.h so it's methods should not be in the documentation. --- src/wayland-util.c |4 1 file changed, 4 insertions(+) diff --git a/src/wayland-util.c b/src/wayland-util.c index b099882..db51ebb 100644 --- a/src/wayland-util.c +++ b/src/wayland-util.c @@