mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-25 09:07:23 -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
|
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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue