protocol: Replace '#defines' with 'macros'

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>
This commit is contained in:
Yong Bakos 2016-08-17 16:03:31 -07:00 committed by Pekka Paalanen
parent da58173cfe
commit 2c8fc3eae2

View file

@ -287,7 +287,7 @@
formats are optional and may not be supported by the particular formats are optional and may not be supported by the particular
renderer in use. 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 The formats actually supported by the compositor will be
reported by the format event. reported by the format event.
</description> </description>