utils: tweak wl_list for better doxygen output

This commit is contained in:
Aaron Faanes 2013-08-28 18:02:02 -05:00 committed by Kristian Høgsberg
parent 660f2d7acc
commit a27b730490

View file

@ -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