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.c | |
parent | 1e5113228f8c5cde04b03616485e0c4ce54c3320 (diff) |
libudev: doc - add section headers
Diffstat (limited to 'libudev/libudev.c')
-rw-r--r-- | libudev/libudev.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libudev/libudev.c b/libudev/libudev.c index d197ba7b19..f6fdcb2dfd 100644 --- a/libudev/libudev.c +++ b/libudev/libudev.c @@ -22,9 +22,17 @@ #include "libudev-private.h" /** + * SECTION:libudev + * @short_description: libudev context + * + * The context contains the default values read from the udev config file, + * and is passed to all library operations. + */ + +/** * udev: * - * Library context, passed to all operations. + * Opaque object representing the library context. */ struct udev { int refcount; |