aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2022-01-23 16:03:41 +0100
committerEli Schwartz <eschwartz93@gmail.com>2022-04-07 17:16:26 -0400
commitf192ecd1effbed2dcc507707a780ecc8e95a537e (patch)
tree0bd70bccf31ce700856f542e1b4b75d0be0107ae /docs/markdown
parent0808ae1b3d32eebd68342329428631e6a9be4248 (diff)
downloadmeson-f192ecd1effbed2dcc507707a780ecc8e95a537e.zip
meson-f192ecd1effbed2dcc507707a780ecc8e95a537e.tar.gz
meson-f192ecd1effbed2dcc507707a780ecc8e95a537e.tar.bz2
docs: refman: Add `arg_flattening` support
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Yaml-RefMan.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/Yaml-RefMan.md b/docs/markdown/Yaml-RefMan.md
index ed7770d..b59e4e6 100644
--- a/docs/markdown/Yaml-RefMan.md
+++ b/docs/markdown/Yaml-RefMan.md
@@ -18,6 +18,11 @@ the yaml manual using a strict subset of yaml at the cost of loading slowly.
You may optionally disable all these safety checks using the `fastyaml` loader,
which will significantly speed things up at the cost of being less correct.
+The following python packages are required for the `genrefman` script:
+
+- chevron
+- strictyaml
+
## Linking to the Reference Manual
Links to the Reference Manual can be inserted *anywhere* in the Meson docs with
@@ -118,6 +123,9 @@ optargs_inherit: _build_target_base # Use the optargs definition of `_build_tar
varargs_inherit: _build_target_base # Use the varargs definition of `_build_target_base` here
kwargs_inherit: _build_target_base # Add all kwargs of `_build_target_base` to this function
+# Whether argument flattening (see Syntax.md) is enabled
+# for this function. Defaults to `true`.
+args_flattening: true
posargs:
arg_name: