Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-11 | fix various spelling issues | Josh Soref | 2 | -3/+3 | |
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||||
2023-03-28 | doc: Use better name for builtin/return object title | Xavier Claessens | 2 | -1/+2 | |
The title is used only in the sidebar. There is no need to have "extends" information there. For returned objects the actual name is not meaningful so it's better to use the long name. For builtin objects the name is important because that's the global variable name. | |||||
2022-11-24 | Fix various spelling errors | David Robillard | 1 | -1/+1 | |
Found with codespell. | |||||
2022-10-23 | Fix typos in docs | Elliott Sales de Andrade | 5 | -7/+7 | |
2022-04-07 | docs: refman: Add `arg_flattening` support | Daniel Mensinger | 6 | -8/+18 | |
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 --quiet option to genrefman | Stone Tickle | 1 | -0/+4 | |
2022-01-31 | add fastyaml loader | Stone Tickle | 2 | -65/+171 | |
2022-01-06 | add man page backend to refman | Stone Tickle | 2 | -1/+385 | |
2022-01-05 | cleanup _extract_meson_version() | Stone Tickle | 2 | -7/+5 | |
2021-10-24 | Merge pull request #9377 from mensinda/jsonDocs | Jussi Pakkanen | 6 | -9/+249 | |
docs: Add a JSON documentation backend | |||||
2021-10-21 | Fix typos | Hofer-Julian | 1 | -1/+1 | |
"seperator" -> "separator" | |||||
2021-10-09 | docs: Update docs | Daniel Mensinger | 1 | -2/+8 | |
2021-10-09 | docs: Added JSON generator | Daniel Mensinger | 3 | -1/+210 | |
2021-10-07 | docs: Added pickle RefMan loader | Daniel Mensinger | 2 | -2/+27 | |
2021-10-07 | docs: minor model refectoring | Daniel Mensinger | 1 | -4/+4 | |
2021-10-04 | docs: Temporarily disable modules and move RefMan --> Reference-manual | Daniel Mensinger | 3 | -5/+13 | |
2021-10-04 | Minor fixups | Daniel Mensinger | 2 | -6/+11 | |
2021-10-03 | docs: Fix mypy | Daniel Mensinger | 4 | -3/+4 | |
2021-10-03 | docs: Use a custom hotdoc extension for links to RefMan | Daniel Mensinger | 5 | -74/+57 | |
2021-10-03 | docs: Added Markdown generator | Daniel Mensinger | 11 | -0/+662 | |
2021-10-03 | docs: Added pickle generator | Daniel Mensinger | 2 | -1/+30 | |
2021-10-03 | docs: Initial reference manual generator | Daniel Mensinger | 7 | -0/+754 | |