diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-15 17:09:43 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-15 17:09:43 +0200 |
commit | ce1d6d7fb47582588cfbcf0baba0c58e42a90ca6 (patch) | |
tree | 0078d9b69ff4b6dfccca9871dbe421a64ed4cf01 /libudev/libudev-list.c | |
parent | 1e5113228f8c5cde04b03616485e0c4ce54c3320 (diff) |
libudev: doc - add section headers
Diffstat (limited to 'libudev/libudev-list.c')
-rw-r--r-- | libudev/libudev-list.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libudev/libudev-list.c b/libudev/libudev-list.c index bd9792ad6c..f6637fc92d 100644 --- a/libudev/libudev-list.c +++ b/libudev/libudev-list.c @@ -20,9 +20,17 @@ #include "libudev-private.h" /** + * SECTION:libudev-list + * @short_description: list operation + * + * Libudev list operations. + */ + +/** * udev_list_entry: * - * One entry in a list, containing a name and an optional value. + * Opaque object representing one entry in a list. An entry contains + * contains a name, and optionally a value. */ struct udev_list_entry { struct udev_list_node node; |