Re: [PATCH wayland 1/2] protocol: Replace '#defines' with 'macros'

2016-09-13 Thread Pekka Paalanen
On Wed, 17 Aug 2016 16:36:21 -0700 Bryce Harrington wrote: > On Wed, Aug 17, 2016 at 04:03:31PM -0700, Yong Bakos wrote: > > From: Yong Bakos > > > > The use of # within a description causes the documentation generator > > to mistake C syntax with a documentation link. > > > > Remove the # fro

Re: [PATCH wayland 1/2] protocol: Replace '#defines' with 'macros'

2016-08-17 Thread Bryce Harrington
On Wed, Aug 17, 2016 at 04:03:31PM -0700, Yong Bakos wrote: > From: Yong Bakos > > The use of # within a description causes the documentation generator > to mistake C syntax with a documentation link. > > Remove the # from the documentation, suppressing the warning. > > Signed-off-by: Yong Bako

Re: [PATCH wayland 1/2] protocol: Replace '#defines' with 'macros'

2016-08-17 Thread Yong Bakos
There's no 2/2 and this is not a series. My apologies. yong > On Aug 17, 2016, at 4:03 PM, Yong Bakos wrote: > > From: Yong Bakos > > The use of # within a description causes the documentation generator > to mistake C syntax with a documentation link. > > Remove the # from the documentation

[PATCH wayland 1/2] protocol: Replace '#defines' with 'macros'

2016-08-17 Thread Yong Bakos
From: Yong Bakos The use of # within a description causes the documentation generator to mistake C syntax with a documentation link. Remove the # from the documentation, suppressing the warning. Signed-off-by: Yong Bakos --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 delet