[PATCH 1/8] doc: add missing \memberof to wl_display_get_protocol_error

Derek Foreman derekf at osg.samsung.com
Wed Jan 21 07:03:22 PST 2015


Looks good to me.

Reviewed-by: Derek Foreman <derekf at osg.samsung.com>

On 02/01/15 08:29 PM, Bill Spitzak wrote:
> ---
>  src/wayland-client.c |    7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/src/wayland-client.c b/src/wayland-client.c
> index 9e8bdfe..d1d21ca 100644
> --- a/src/wayland-client.c
> +++ b/src/wayland-client.c
> @@ -1689,8 +1689,7 @@ wl_display_get_error(struct wl_display *display)
>  	return ret;
>  }
>  
> -/**
> - * Retrieves the information about a protocol error:
> +/** Retrieves the information about a protocol error:
>   *
>   * \param display    The Wayland display
>   * \param interface  if not NULL, stores the interface where the error occurred
> @@ -1708,8 +1707,8 @@ wl_display_get_error(struct wl_display *display)
>   * }
>   *
>   * ...
> - *
> - *  \endcode
> + * \endcode
> + * \memberof wl_display
>   */
>  WL_EXPORT uint32_t
>  wl_display_get_protocol_error(struct wl_display *display,
> 



More information about the wayland-devel mailing list