Skip to content

Commit b0d29dd

Browse files
annacrombiemensinda
authored andcommitted
mention fastyaml loader in the docs
1 parent f5ffb0a commit b0d29dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/markdown/Yaml-RefMan.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ Additionally, multiple generation backends can be supported (besides the
1313
Markdown generator for mesonbuild.com).
1414

1515
The generator that reads these YAML files is located in `docs/refman`, with the
16-
main executable being `docs/genrefman.py`.
16+
main executable being `docs/genrefman.py`. By default `genrefman.py` will load
17+
the yaml manual using a strict subset of yaml at the cost of loading slowly.
18+
You may optionally disable all these safety checks using the `fastyaml` loader,
19+
which will significantly speed things up at the cost of being less correct.
1720

1821
## Linking to the Reference Manual
1922

0 commit comments

Comments
 (0)