From 883d384229e90b366f4ac2e0ef2dc488d34f947d Mon Sep 17 00:00:00 2001 From: seleznevae Date: Sat, 22 Dec 2018 11:53:27 +0300 Subject: [PATCH] [A] Added more types to the documentation --- docs/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/index.md b/docs/index.md index ab93f89..c4ce68b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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: ~~~~~~~~~~~~~~~~~~~~~