[pacman-dev] [PATCH] util.c: table_display: Fix incorrect docstring
Johannes Löthberg
johannes at kyriasis.com
Tue Jun 9 13:05:03 UTC 2015
Commit 7b8f8753 removed the title parameter but forgot to remove it
from the docstring.
Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
---
src/pacman/util.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/pacman/util.c b/src/pacman/util.c
index 5d68360..7c6a8c0 100644
--- a/src/pacman/util.c
+++ b/src/pacman/util.c
@@ -612,7 +612,6 @@ static size_t table_calc_widths(const alpm_list_t *header,
/** Displays the list in table format
*
- * @param title the tables title
* @param header the column headers. column count is determined by the nr
* of headers
* @param rows the rows to display as a list of lists of strings. the outer
--
2.4.2
More information about the pacman-dev
mailing list