[PATCH wayland 1/2] protocol: Replace '#defines' with 'macros'
Yong Bakos
junk at humanoriented.com
Wed Aug 17 23:07:41 UTC 2016
There's no 2/2 and this is not a series. My apologies.
yong
> On Aug 17, 2016, at 4:03 PM, Yong Bakos <junk at humanoriented.com> 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>
> ---
> 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
>
More information about the wayland-devel
mailing list