utils: tweak wl_list for better doxygen output
authorAaron Faanes <dafrito@gmail.com>
Wed, 28 Aug 2013 23:02:02 +0000 (18:02 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 11 Sep 2013 17:53:39 +0000 (10:53 -0700)
src/wayland-util.h

index e5e4e25..de2e464 100644 (file)
@@ -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