1
0
Fork 0

[U] Updated docs

This commit is contained in:
seleznevae 2019-12-14 00:30:25 +03:00
parent 71188fd0fb
commit 91f1ab2a7f
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ These pages contain the API documentation of **libfort** - simple library to cre
- Others
- @link ft_set_memory_funcs ft_set_memory_funcs @endlink -- set memory allocation functions for the library
- @link ft_set_default_printf_field_separator ft_set_default_printf_field_separator @endlink -- Set field separator for ft_printf, ft_printf_ln
- @link ft_is_empty ft_is_empty @endlink -- check if table is empty
- Data structures and types
- @link ft_table_t ft_table_t @endlink -- table handler
@ -74,6 +75,7 @@ These pages contain the API documentation of **libfort** - simple library to cre
- @link fort::table::cell cell @endlink -- get cell
- @link fort::table::row row @endlink -- get row
- @link fort::table::column column @endlink -- get column
- @link fort::table::is_empty is_empty @endlink -- check if table is empty
- @link fort::property_owner fort::property_owner @endlink -- base class for all objects (table, row, column, cell) for which user can specify properties
- Modify appearance