Re: [PATCH 8/8] doc: Added % to remove some self-references from doxygen output

2014-11-10 Thread Bill Spitzak
On 11/09/2014 02:14 PM, Peter Hutterer wrote: looks like there's a typo here ("avilable"), might be worth a follow-up patch. I'll put in a new patch with this fixed, as well as the other typo somebody noticed. That aside: not a big fan of this patch, I'd prefer to see it highlighted. The l

Re: [PATCH 8/8] doc: Added % to remove some self-references from doxygen output

2014-11-09 Thread Peter Hutterer
On Fri, Nov 07, 2014 at 05:33:38PM -0800, Bill Spitzak wrote: > --- > src/wayland-client.c | 14 +++--- > src/wayland-client.h | 14 +++--- > src/wayland-server.h | 12 ++-- > 3 files changed, 20 insertions(+), 20 deletions(-) > > diff --git a/src/wayland-client.c b/

[PATCH 8/8] doc: Added % to remove some self-references from doxygen output

2014-11-07 Thread Bill Spitzak
--- src/wayland-client.c | 14 +++--- src/wayland-client.h | 14 +++--- src/wayland-server.h | 12 ++-- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/wayland-client.c b/src/wayland-client.c index 161f14e..2126430 100644 --- a/src/wayland-client.