[PATCH wayland 1/2] protocol: Replace '#defines' with 'macros'
Bryce Harrington
bryce at osg.samsung.com
Wed Aug 17 23:36:21 UTC 2016
On Wed, Aug 17, 2016 at 04:03:31PM -0700, Yong Bakos wrote:
> From: Yong Bakos <ybakos at 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 <ybakos at humanoriented.com>
Reviewed-by: Bryce Harrington <bryce at osg.samsung.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 at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list