[PATCH 4/4] utils: tweak wl_list for better doxygen output
Kristian Høgsberg
hoegsberg at gmail.com
Wed Sep 11 10:54:14 PDT 2013
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
Thanks, committed with 'inked' fixed to 'linked' :-)
Kristian
> *
> * 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
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list