Re: [PATCH wayland] server: Add doxygen comment for wl_client_for_each

2016-08-12 Thread Bryce Harrington
On Thu, Aug 11, 2016 at 01:07:51PM -0700, Bryce Harrington wrote: > On Thu, Aug 11, 2016 at 12:13:37PM -0700, Yong Bakos wrote: > > From: Yong Bakos > > > > Commit 596024f728b0a1292ee69a80dd72a85167870936 includes a doc comment > > with a link to the wl_client_for_each macro, causing an error whe

Re: [PATCH wayland] server: Add doxygen comment for wl_client_for_each

2016-08-11 Thread Bryce Harrington
On Thu, Aug 11, 2016 at 12:13:37PM -0700, Yong Bakos wrote: > From: Yong Bakos > > Commit 596024f728b0a1292ee69a80dd72a85167870936 includes a doc comment > with a link to the wl_client_for_each macro, causing an error when generating > documentation. > > Add a doc comment to wl_client_for_each,

[PATCH wayland] server: Add doxygen comment for wl_client_for_each

2016-08-11 Thread Yong Bakos
From: Yong Bakos Commit 596024f728b0a1292ee69a80dd72a85167870936 includes a doc comment with a link to the wl_client_for_each macro, causing an error when generating documentation. Add a doc comment to wl_client_for_each, enabling the hyperlink and removing the error. Signed-off-by: Yong Bakos