/**
* SECTION: cell
* @title: Cell
- * @short_description: cell API
+ * @short_description: container for your data
*
* An API to access and modify per-cell data and information. Note that cell is
* always part of the line. If you destroy (un-reference) a line than it
/**
* SECTION: column
* @title: Column
- * @short_description: column API
+ * @short_description: defines output columns formats, headers, etc.
*
* An API to access and modify per-column data and information.
*/
/**
* SECTION: line
* @title: Line
- * @short_description: line API
+ * @short_description: cells container, also keeps tree (parent->child) information
*
* An API to access and modify per-line data and information.
*/
/**
* SECTION: symbols
* @title: Symbols
- * @short_description: symbols API
+ * @short_description: allows to overwrite default output chars (for ascii art)
*
* An API to access and modify data and information per symbol/symbol group.
*/
/**
* SECTION: table
* @title: Table
- * @short_description: table data API
+ * @short_description: container for rows and columns
*
* Table data manipulation API.
*/
/**
* SECTION: table_print
* @title: Table print
- * @short_description: table print API
+ * @short_description: output functions
*
* Table output API.
*/