meson/docs/refman
Eli Schwartz 8d64853229
doc: fix regression that deleted all methods from the reference manual
Regressed in commit bfb12222c3.

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 18:21:31 -05:00
..
templates docs: Update docs 2021-10-09 23:07:24 +02:00
__init__.py docs: Initial reference manual generator 2021-10-03 11:46:34 +02:00
generatorbase.py cleanup _extract_meson_version() 2022-01-05 11:32:03 -06:00
generatorjson.py cleanup _extract_meson_version() 2022-01-05 11:32:03 -06:00
generatorman.py add man page backend to refman 2022-01-06 20:14:29 -06:00
generatormd.py Fix typos 2021-10-21 06:57:57 -04:00
generatorpickle.py docs: Added pickle generator 2021-10-03 11:46:34 +02:00
generatorprint.py docs: Fix mypy 2021-10-03 12:19:45 +02:00
jsonschema.py docs: Added JSON generator 2021-10-09 22:41:18 +02:00
loaderbase.py docs: Fix mypy 2021-10-03 12:19:45 +02:00
loaderpickle.py docs: Added pickle RefMan loader 2021-10-07 19:46:06 +02:00
loaderyaml.py doc: fix regression that deleted all methods from the reference manual 2022-01-31 18:21:31 -05:00
main.py add --quiet option to genrefman 2022-01-31 18:40:40 +01:00
model.py docs: minor model refectoring 2021-10-07 19:20:58 +02:00