From a27b7304905bd5dc1aecd5afd8259a834e3da175 Mon Sep 17 00:00:00 2001 From: Aaron Faanes Date: Wed, 28 Aug 2013 18:02:02 -0500 Subject: [PATCH] utils: tweak wl_list for better doxygen output --- 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 e5e4e25..de2e464 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-linked list * * 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 -- 2.7.4