meson/docs/refman
Dylan Baker ada2a976f0
mlog: use a hidden class for state
This is a pretty common pattern in python (the standard library uses it
a ton): A class is created, with a single private instance in the
module, and then it's methods are exposed as public API. This removes
the need for the global statement, and is generally a little easier to
reason about thanks to encapsulation.
2023-05-31 17:20:44 -04:00
..
templates doc: Add link to argument details 2023-05-03 15:06:35 -04: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 docs: refman: Add `arg_flattening` support 2022-04-07 17:16:26 -04:00
generatorman.py add man page backend to refman 2022-01-06 20:14:29 -06:00
generatormd.py doc: Add link to argument details 2023-05-03 15:06:35 -04:00
generatorpickle.py docs: Added pickle generator 2021-10-03 11:46:34 +02:00
generatorprint.py mlog: use a hidden class for state 2023-05-31 17:20:44 -04:00
jsonschema.py Fix various spelling errors 2022-11-24 15:17:23 -05:00
loaderbase.py fix various spelling issues 2023-04-11 19:21:05 -04:00
loaderpickle.py docs: Added pickle RefMan loader 2021-10-07 19:46:06 +02:00
loaderyaml.py docs: refman: Add `arg_flattening` support 2022-04-07 17:16:26 -04:00
main.py add --quiet option to genrefman 2022-01-31 18:40:40 +01:00
model.py docs: refman: Add `arg_flattening` support 2022-04-07 17:16:26 -04:00