From: Karel Zak Date: Tue, 13 Jan 2015 10:56:57 +0000 (+0100) Subject: libsmartcols: cleanup gtk-docs warnings X-Git-Tag: v2.26-rc1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed9b1775dce29a10f1a0f0d081bc8ad75d61765;p=thirdparty%2Futil-linux.git libsmartcols: cleanup gtk-docs warnings Signed-off-by: Karel Zak --- diff --git a/libsmartcols/src/cell.c b/libsmartcols/src/cell.c index c05ceb8129..b08532497a 100644 --- a/libsmartcols/src/cell.c +++ b/libsmartcols/src/cell.c @@ -56,7 +56,7 @@ int scols_reset_cell(struct libscols_cell *ce) /** * scols_cell_set_data: * @ce: a pointer to a struct libscols_cell instance - * @str: data (used for scols_printtable()) + * @str: data (used for scols_print_table()) * * Stores a copy of the @str in @ce. * @@ -83,7 +83,7 @@ int scols_cell_set_data(struct libscols_cell *ce, const char *str) /** * scols_cell_refer_data: * @ce: a pointer to a struct libscols_cell instance - * @str: data (used for scols_printtable()) + * @str: data (used for scols_print_table()) * * Adds a reference to @str to @ce. The pointer is deallocated by * scols_reset_cell() or scols_unref_line(). This function is mostly designed