From fed9b1775dce29a10f1a0f0d081bc8ad75d61765 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 13 Jan 2015 11:56:57 +0100 Subject: libsmartcols: cleanup gtk-docs warnings Signed-off-by: Karel Zak --- libsmartcols/src/cell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsmartcols/src/cell.c b/libsmartcols/src/cell.c index c05ceb812..b08532497 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 -- cgit v1.2.3-55-g7522