mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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:
parent
da58173cfe
commit
2c8fc3eae2
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@
|
|||
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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue