summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Faanes <dafrito@gmail.com>2013-08-28 18:02:02 -0500
committerKristian Høgsberg <krh@bitplanet.net>2013-09-11 10:53:39 -0700
commita27b7304905bd5dc1aecd5afd8259a834e3da175 (patch)
tree2eda972eea4e9df5f83d5171e0269ae9421d78fd
parent660f2d7accc6f546d45f6363fdbad10e9054b32a (diff)
utils: tweak wl_list for better doxygen output
-rw-r--r--src/wayland-util.h5
1 files 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