protocol: Replace '#defines' with 'macros'
authorYong Bakos <ybakos@humanoriented.com>
Wed, 17 Aug 2016 23:03:31 +0000 (16:03 -0700)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Tue, 13 Sep 2016 12:31:41 +0000 (15:31 +0300)
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 <ybakos@humanoriented.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
protocol/wayland.xml

index 3f2d967..6c6d078 100644 (file)
        formats are optional and may not be supported by the particular
        renderer in use.
 
-       The drm format codes match the #defines in drm_fourcc.h.
+       The drm format codes match the macros defined in drm_fourcc.h.
        The formats actually supported by the compositor will be
        reported by the format event.
       </description>