Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-07 | docs: refman: Add `arg_flattening` support | Daniel Mensinger | 1 | -0/+2 | |
2022-01-31 | doc: fix regression that deleted all methods from the reference manual | Eli Schwartz | 1 | -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-31 | print warning when using fastyaml loader | Stone Tickle | 1 | -2/+7 | |
2022-01-31 | add fastyaml loader | Stone Tickle | 1 | -64/+169 | |
2021-10-03 | docs: Initial reference manual generator | Daniel Mensinger | 1 | -0/+203 | |