diff options
| author | Aaron Faanes <dafrito@gmail.com> | 2013-08-28 18:02:02 -0500 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-09-11 10:53:39 -0700 |
| commit | a27b7304905bd5dc1aecd5afd8259a834e3da175 (patch) | |
| tree | 2eda972eea4e9df5f83d5171e0269ae9421d78fd /src | |
| parent | wayland-server: Document wl_signal (diff) | |
| download | wayland-a27b7304905bd5dc1aecd5afd8259a834e3da175.tar wayland-a27b7304905bd5dc1aecd5afd8259a834e3da175.tar.gz wayland-a27b7304905bd5dc1aecd5afd8259a834e3da175.tar.bz2 wayland-a27b7304905bd5dc1aecd5afd8259a834e3da175.tar.lz wayland-a27b7304905bd5dc1aecd5afd8259a834e3da175.tar.xz wayland-a27b7304905bd5dc1aecd5afd8259a834e3da175.tar.zst wayland-a27b7304905bd5dc1aecd5afd8259a834e3da175.zip | |
utils: tweak wl_list for better doxygen output
Diffstat (limited to 'src')
| -rw-r--r-- | src/wayland-util.h | 5 |
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 |
