[D] Deleted standard versions from cmake

This commit is contained in:
seleznevae
2019-05-19 19:54:26 +03:00
parent 69883dcf1e
commit dcfe9f2192
5 changed files with 21 additions and 11 deletions

View File

@@ -614,6 +614,11 @@ struct ft_border_style {
/**
* @defgroup BasicStyles
* @name Built-in table border styles.
* @note Built-in border styles (FT_BASIC_STYLE, FT_BASIC2_STYLE ...) can be
* used as arguments for @ref ft_set_border_style and
* @ref ft_set_default_border_style, but their fields shouldn't be accessed
* directly because implementation doesn't guarantee that these objects are
* properly initialized.
* @{
*/
extern const struct ft_border_style *const FT_BASIC_STYLE;