[C] Changed some cpp API function names

This commit is contained in:
seleznevae
2019-01-12 14:00:12 +03:00
parent cc4d49df5c
commit 51d270b4a9
3 changed files with 9 additions and 9 deletions

View File

@@ -83,9 +83,9 @@ These pages contain the API documentation of **libfort** - simple library to cre
- @link fort::table::set_cell_row_type set_cell_row_type @endlink -- set row type
- @link fort::table::set_cell_empty_str_height set_cell_empty_str_height @endlink -- set height for empty cell
- @link fort::table::set_cell_content_fg_color set_cell_content_fg_color @endlink -- set content foreground color
- @link fort::table::set_cell_cell_bg_color set_cell_cell_bg_color @endlink -- set cell background color
- @link fort::table::set_cell_bg_color set_cell_bg_color @endlink -- set cell background color
- @link fort::table::set_cell_content_bg_color set_cell_content_bg_color @endlink -- set content background color
- @link fort::table::set_cell_cell_text_style set_cell_cell_text_style @endlink -- set cell text style
- @link fort::table::set_cell_text_style set_cell_text_style @endlink -- set cell text style
- @link fort::table::set_cell_content_text_style set_cell_content_text_style @endlink -- set content text style
- @link fort::table::table_cell fort::table::table_cell @endlink -- table cell