[PATCH] Don't document an absent parameter.

Pekka Paalanen ppaalanen at gmail.com
Tue Nov 11 02:42:54 PST 2014


On Thu, 30 Oct 2014 00:52:39 -0700
Bryce Harrington <bryce at osg.samsung.com> wrote:

> Quells a doxygen warning:
> 
>   src/wayland-server.c:790: warning: argument 'None' of command @param is
>   not found in the argument list of wl_display::wl_display_create(void)
> 
> Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>
> ---
>  src/wayland-server.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/src/wayland-server.c b/src/wayland-server.c
> index 674aeca..ffe5233 100644
> --- a/src/wayland-server.c
> +++ b/src/wayland-server.c
> @@ -787,7 +787,6 @@ bind_display(struct wl_client *client, struct wl_display *display)
>  
>  /** Create Wayland display object.
>   *
> - * \param None
>   * \return The Wayland display object. Null if failed to create
>   *
>   * This creates the wl_display object.

Pushed.

Thanks,
pq


More information about the wayland-devel mailing list