1
0
Fork 0

[A] Added more types to the documentation

This commit is contained in:
seleznevae 2018-12-22 11:53:27 +03:00
parent 1c27a08ae7
commit 883d384229
1 changed files with 8 additions and 0 deletions

View File

@ -100,6 +100,14 @@ These pages contain the API documentation of **libfort** - simple library to cre
- Other functions
- @link fort::set_default_border_style fort::set_default_border_style @endlink -- set default border style for all new formatted tables
- Other types
- @link fort::text_align fort::text_align @endlink -- alignment of cell content
- @link fort::row_type fort::row_type @endlink -- type of table row
- @link fort::color fort::color @endlink -- color
- @link fort::text_style fort::text_style @endlink -- text style
List of libfort builtin border styles:
~~~~~~~~~~~~~~~~~~~~~