glib/gio/gdbus-2.0/codegen
Emmanuele Bassi 66e4ba806a Add reStructuredText generator to gdbus-codegen
The gdbus-codegen tool generates documentation from the XML introspection
description of a D-Bus interface. Currently, only DocBook is supported at
the moment, but not every modern documentation generator can handle that
format. The reStructuredText format is a bit more well-supported,
especially in documentation generators for non-C languages.

Unlike DocBook, we get to make our own structure and conventions for how
we structure the documentation when using reStructuredText.
2022-01-22 01:30:16 +00:00
..
__init__.py py: Reformat all Python files consistently 2020-11-17 15:50:07 +00:00
.gitignore Git should ignore generated config.py file 2017-11-20 10:17:01 +00:00
codegen_docbook.py codegen: Do not add extra paragraph elements while parsing 2022-01-22 01:30:16 +00:00
codegen_main.py Add reStructuredText generator to gdbus-codegen 2022-01-22 01:30:16 +00:00
codegen_rst.py Add reStructuredText generator to gdbus-codegen 2022-01-22 01:30:16 +00:00
codegen.py gdbus-codegen: Fix a typo in a comment 2022-01-11 20:03:13 -08:00
config.py.in gdbus-codegen: Add --glib-max-allowed argument 2020-01-27 10:42:26 +00:00
dbustypes.py py: Various flake8 cleanups 2020-11-17 15:50:07 +00:00
gdbus-codegen.in gdbus-codegen: Call abspath() earlier 2017-11-06 11:57:52 +00:00
meson.build Add reStructuredText generator to gdbus-codegen 2022-01-22 01:30:16 +00:00
parser.py codegen: Do not add extra paragraph elements while parsing 2022-01-22 01:30:16 +00:00
utils.py py: Various flake8 cleanups 2020-11-17 15:50:07 +00:00