[U] Updated docs
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user