On Wed, Aug 28, 2013 at 06:02:02PM -0500, Aaron Faanes wrote:
> ---
>  src/wayland-util.h | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/src/wayland-util.h b/src/wayland-util.h
> index 02d9458..fd735f7 100644
> --- a/src/wayland-util.h
> +++ b/src/wayland-util.h
> @@ -61,8 +61,9 @@ struct wl_interface {
>       const struct wl_message *events;
>  };
>  
> -/**
> - * wl_list - linked list
> +/** \class wl_list
> + *
> + * \brief doubly-inked list

s/b 'doubly-linked'

>   *
>   * The list head is of "struct wl_list" type, and must be initialized
>   * using wl_list_init().  All entries in the list must be of the same
> -- 
> 1.8.3.1

Other than that, rest looks good, although I only checked spelling /
grammar, not the doxygen formatting.  The first patch had some ASCII art
that might be worth doublechecking comes through ok with doxygen if you
haven't already.

Reviewed-by: Bryce Harrington <[email protected]
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to