summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-12-02 08:43:45 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-12-06 18:15:15 +1000
commit58dc73314b6508121ca094bbcf00612fe19ed69f (patch)
treece42967dbc9f56ba92ac5c17518f113d50adde91
parentc8e451a8e719ba432bcfa8976774c07307087809 (diff)
include: point to the tests in list.c as examples
Even with the documentation, the list.c tests are the best examples. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r--include/list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/list.h b/include/list.h
index 73ff0bee9..733a579c0 100644
--- a/include/list.h
+++ b/include/list.h
@@ -28,6 +28,7 @@
/**
* @file Classic doubly-link circular list implementation.
+ * For real usage examples of the linked list, see the file test/list.c
*
* Example:
* We need to keep a list of struct foo in the parent struct bar, i.e. what