[PATCH] doc: Removed extra indentation from wl_list code sample

Bill Spitzak spitzak at gmail.com
Tue Nov 25 17:41:03 PST 2014


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.
---
 src/wayland-util.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/wayland-util.h b/src/wayland-util.h
index 46f9a81..a4b22b5 100644
--- a/src/wayland-util.h
+++ b/src/wayland-util.h
@@ -107,10 +107,10 @@ struct wl_interface {
  *
  * Iterate the list in ascending order:
  * \code
- *	item_t *item;
- *	wl_list_for_each(item, foo_list, link) {
- *		Do_something_with_item(item);
- *	}
+ * item_t *item;
+ * wl_list_for_each(item, foo_list, link) {
+ * 	Do_something_with_item(item);
+ * }
  * \endcode
  */
 struct wl_list {
-- 
1.7.9.5



More information about the wayland-devel mailing list