From 91f1ab2a7fda257c2fbb603f07d44b435085e12a Mon Sep 17 00:00:00 2001 From: seleznevae Date: Sat, 14 Dec 2019 00:30:25 +0300 Subject: [PATCH] [U] Updated docs --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index d249f0e..55ba9c3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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