From: Yong Bakos <yba...@humanoriented.com>

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 <yba...@humanoriented.com>
---
 protocol/wayland.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 3f2d967..6c6d078 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -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>
-- 
2.7.2

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to