mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-06 07:15:47 -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;
|
const struct wl_message *events;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/** \class wl_list
|
||||||
* wl_list - linked list
|
*
|
||||||
|
* \brief doubly-linked list
|
||||||
*
|
*
|
||||||
* The list head is of "struct wl_list" type, and must be initialized
|
* 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
|
* 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