From 50c2e9f349154c4308d555f7639bf5e915328640 Mon Sep 17 00:00:00 2001 From: Robert Kessl Date: Wed, 30 Jul 2014 10:25:13 +0200 Subject: [PATCH] tableprinter: update of documentation of table_set_col_order_by_name --- ucw/table.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); -- 2.39.2