From: Robert Kessl Date: Wed, 30 Jul 2014 08:25:13 +0000 (+0200) Subject: tableprinter: update of documentation of table_set_col_order_by_name X-Git-Tag: v6.1~3^2~19 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=50c2e9f349154c4308d555f7639bf5e915328640;p=libucw.git tableprinter: update of documentation of table_set_col_order_by_name --- diff --git a/ucw/table.h b/ucw/table.h index ef3c30ab..88f721c7 100644 --- a/ucw/table.h +++ b/ucw/table.h @@ -340,11 +340,12 @@ void table_set_col_order(struct table *tbl, const struct table_col_instance *col * The format of the col_order string is the following: * := [,]* * - * := '[' ']' + * := [ '[' ']' ] * * is a string that does not contain comma ',' or '[',']' brackets * - * is currently only one string without commas. In the future the format can be ,,... . + * := [ ',' ] + * - is a comma-separated list of options **/ const char *table_set_col_order_by_name(struct table *tbl, const char *col_order);