summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/table.c
diff options
context:
space:
mode:
authorKarel Zak2014-04-07 14:07:49 +0200
committerKarel Zak2014-04-07 14:07:49 +0200
commite2310281c74bfaae4d3618ddd5d0568c494eda6a (patch)
tree04d5c5bc739c38f1cb5f67e6c77e0e91039e0313 /libsmartcols/src/table.c
parentlibsmartcols: add debug and version functions (diff)
downloadkernel-qcow2-util-linux-e2310281c74bfaae4d3618ddd5d0568c494eda6a.tar.gz
kernel-qcow2-util-linux-e2310281c74bfaae4d3618ddd5d0568c494eda6a.tar.xz
kernel-qcow2-util-linux-e2310281c74bfaae4d3618ddd5d0568c494eda6a.zip
libsmartcols: improve docs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/table.c')
-rw-r--r--libsmartcols/src/table.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c
index 1fa7d05f0..914cc2ed9 100644
--- a/libsmartcols/src/table.c
+++ b/libsmartcols/src/table.c
@@ -9,11 +9,11 @@
*/
/**
- * SECTION: table
+ * SECTION: table
* @title: Table
- * @short_description: table API
+ * @short_description: table data API
*
- * Table manipulation API.
+ * Table data manipulation API.
*/
@@ -284,7 +284,7 @@ int scols_table_get_ncols(struct libscols_table *tb)
return tb ? tb->ncols : -EINVAL;
}
-/*
+/**
* scols_table_get_nlines:
* @tb: table
*