From b0d29dd6adb205b70bdd1bb18823caaadba15c5d Mon Sep 17 00:00:00 2001 From: Stone Tickle Date: Mon, 31 Jan 2022 07:26:56 -0600 Subject: mention fastyaml loader in the docs --- docs/markdown/Yaml-RefMan.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.1