diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2019-12-11 21:21:21 -0500 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2019-12-12 18:30:17 -0500 |
commit | 38953d8ee32bf025018c44e1e5a5edc04319dd90 (patch) | |
tree | a2124a8857abf37fca3a9594342c2e142ed56a27 /docs/markdown | |
parent | 49082f96698fbb74b587ca774dae45b7b5943a16 (diff) | |
download | meson-38953d8ee32bf025018c44e1e5a5edc04319dd90.zip meson-38953d8ee32bf025018c44e1e5a5edc04319dd90.tar.gz meson-38953d8ee32bf025018c44e1e5a5edc04319dd90.tar.bz2 |
summary: Add bool_yn keyword argument
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Reference-manual.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index cf5585b..d1fe55b 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1230,6 +1230,10 @@ booleans or strings. pair doesn't appear twice. All sections will be collected and printed at the end of the configuration in the same order as they have been called. +Keyword arguments: +- `bool_yn` if set to true, all boolean values will be replaced by green YES + or red NO. + Example: ```meson project('My Project', version : '1.0') |