summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/table_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsmartcols/src/table_print.c')
-rw-r--r--libsmartcols/src/table_print.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/libsmartcols/src/table_print.c b/libsmartcols/src/table_print.c
index 6b846d49d..d25bd252d 100644
--- a/libsmartcols/src/table_print.c
+++ b/libsmartcols/src/table_print.c
@@ -7,6 +7,14 @@
* GNU Lesser General Public License.
*/
+/**
+ * SECTION: table_print
+ * @title: Table print
+ * @short_description: table print API
+ *
+ * Table output API.
+ */
+
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
@@ -534,7 +542,7 @@ static size_t strlen_line(struct libscols_line *ln)
return sz;
}
-/*
+/**
* scols_print_table:
* @tb: table
*
@@ -588,7 +596,7 @@ int scols_print_table(struct libscols_table *tb)
return 0;
}
-/*
+/**
* scols_print_table_to_string:
* @tb: table
* @data: pointer to the beginning of a memory area to print to