From 192c6aad9c8e6ae5c4a480f41b9359180a468150 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 14 Apr 2010 14:01:24 +0200 Subject: libmount: cleanup docs Signed-off-by: Karel Zak --- shlibs/mount/src/iter.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'shlibs/mount/src/iter.c') diff --git a/shlibs/mount/src/iter.c b/shlibs/mount/src/iter.c index 4baa7ffb4..5c02c2a78 100644 --- a/shlibs/mount/src/iter.c +++ b/shlibs/mount/src/iter.c @@ -4,6 +4,15 @@ * This file may be redistributed under the terms of the * GNU Lesser General Public License. */ + +/** + * SECTION: iter + * @title: Iterator + * @short_description: unified iterator + * + * The iterator keeps direction and last position for access to the internal + * library tables/lists. + */ #include #include #include @@ -14,7 +23,7 @@ * mnt_new_iter: * @direction: MNT_INTER_{FOR,BACK}WARD direction * - * Returns newly allocated generic libmount iterator. + * Returns: newly allocated generic libmount iterator. */ mnt_iter *mnt_new_iter(int direction) { -- cgit v1.2.3-55-g7522