[PATCH 4/4] utils: tweak wl_list for better doxygen output

Aaron Faanes dafrito at gmail.com
Wed Aug 28 16:02:02 PDT 2013


---
 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
  *
  * 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



More information about the wayland-devel mailing list