mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-07 04:34:49 -05:00
doc: Removed extra indentation from wl_list code sample
This is a minor documentation fix. I did not see any asterisks in the output as reported by Pekka Paalanen. Using doxygen 1.7.6.1. Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
dfdb087826
commit
266b7f06be
1 changed files with 4 additions and 4 deletions
|
|
@ -107,10 +107,10 @@ struct wl_interface {
|
||||||
*
|
*
|
||||||
* Iterate the list in ascending order:
|
* Iterate the list in ascending order:
|
||||||
* \code
|
* \code
|
||||||
* item_t *item;
|
* item_t *item;
|
||||||
* wl_list_for_each(item, foo_list, link) {
|
* wl_list_for_each(item, foo_list, link) {
|
||||||
* Do_something_with_item(item);
|
* Do_something_with_item(item);
|
||||||
* }
|
* }
|
||||||
* \endcode
|
* \endcode
|
||||||
*/
|
*/
|
||||||
struct wl_list {
|
struct wl_list {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue