mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
utils: tweak wl_list for better doxygen output
This commit is contained in:
parent
660f2d7acc
commit
a27b730490
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue