diff options
author | Stone Tickle <lattis@mochiro.moe> | 2022-01-31 07:26:56 -0600 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2022-01-31 18:40:40 +0100 |
commit | b0d29dd6adb205b70bdd1bb18823caaadba15c5d (patch) | |
tree | 912d207de2de2768ed017f21756a4005053c0af3 | |
parent | f5ffb0a1e97203d8a488dc357676f9e6212b5f82 (diff) | |
download | meson-b0d29dd6adb205b70bdd1bb18823caaadba15c5d.zip meson-b0d29dd6adb205b70bdd1bb18823caaadba15c5d.tar.gz meson-b0d29dd6adb205b70bdd1bb18823caaadba15c5d.tar.bz2 |
mention fastyaml loader in the docs
-rw-r--r-- | docs/markdown/Yaml-RefMan.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/markdown/Yaml-RefMan.md b/docs/markdown/Yaml-RefMan.md index f4275b6..ed7770d 100644 --- a/docs/markdown/Yaml-RefMan.md +++ b/docs/markdown/Yaml-RefMan.md @@ -13,7 +13,10 @@ Additionally, multiple generation backends can be supported (besides the Markdown generator for mesonbuild.com). The generator that reads these YAML files is located in `docs/refman`, with the -main executable being `docs/genrefman.py`. +main executable being `docs/genrefman.py`. By default `genrefman.py` will load +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. ## Linking to the Reference Manual |