]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/table.h
tableprinter: update of documentation
[libucw.git] / ucw / table.h
index 1f0f8c2ee96a64057b3d194f5afa99a039b5bd96..ef7ecdc130a3709fa05b2881a7cb99cb144ce4f8 100644 (file)
@@ -223,7 +223,7 @@ struct table {
   for(_idxval = _tbl->columns[_colidx].first_column, _var = _tbl->column_order + _idxval; _idxval != -1; _idxval = _tbl->column_order[_idxval].next_column, _var = _tbl->column_order + _idxval)
 
 /**
- * Initialize a table definition. The structure should already contain
+ * Creates a new table from a table template. The template should already contain
  * the definitions of columns.
  **/
 struct table *table_init(struct table *tbl_template);