summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/table.c
diff options
context:
space:
mode:
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
*