Re: [PATCH] doc: Removed extra indentation from wl_list code sample

2014-11-26 Thread Pekka Paalanen
On Wed, 26 Nov 2014 10:44:40 -0800 Bill Spitzak wrote: > On 11/26/2014 03:37 AM, Pekka Paalanen wrote: > > > I see the asterisks at > > $WLD/share/doc/wayland/Wayland/en-US/html/ch05.html#structwl__list > > after 'make install'. Looks like the C comment asterisks we use for > > style reasons get

Re: [PATCH] doc: Removed extra indentation from wl_list code sample

2014-11-26 Thread Bill Spitzak
On 11/26/2014 03:37 AM, Pekka Paalanen wrote: I see the asterisks at $WLD/share/doc/wayland/Wayland/en-US/html/ch05.html#structwl__list after 'make install'. Looks like the C comment asterisks we use for style reasons get copied to the output. They appeared when you replaced ~~~ with \code. My

Re: [PATCH] doc: Removed extra indentation from wl_list code sample

2014-11-26 Thread Pekka Paalanen
On Tue, 25 Nov 2014 17:41:03 -0800 Bill Spitzak wrote: > This is a minor documentation fix. I did not see any asterisks in the > output as reported by Pekka Paalanen. Using doxygen 1.7.6.1. > --- > src/wayland-util.h |8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --

[PATCH] doc: Removed extra indentation from wl_list code sample

2014-11-25 Thread Bill Spitzak
This is a minor documentation fix. I did not see any asterisks in the output as reported by Pekka Paalanen. Using doxygen 1.7.6.1. --- src/wayland-util.h |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wayland-util.h b/src/wayland-util.h index 46f9a81..a4b22b5 10