mention fastyaml loader in the docs

pull/9918/head
Stone Tickle 3 years ago committed by Daniel Mensinger
parent f5ffb0a1e9
commit b0d29dd6ad
  1. 5
      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

Loading…
Cancel
Save