aboutsummaryrefslogtreecommitdiff
path: root/docs/refman/loaderyaml.py
AgeCommit message (Collapse)AuthorFilesLines
2022-04-07docs: refman: Add `arg_flattening` supportDaniel Mensinger1-0/+2
2022-01-31doc: fix regression that deleted all methods from the reference manualEli Schwartz1-3/+3
Regressed in commit bfb12222c3f64c4dac45fa526a355fffa74dbecd. This needs to iterate over all methods, process them, and add them to a list. Instead, it deleted all methods, processed all remaining methods, and appended them to the in-use iterator. Use a second list, instead. Fixes #9922
2022-01-31print warning when using fastyaml loaderStone Tickle1-2/+7
2022-01-31add fastyaml loaderStone Tickle1-64/+169
2021-10-03docs: Initial reference manual generatorDaniel Mensinger1-0/+203