Skip to content

Add reStructuredText documentation generator for gdbus-codegen

Emmanuele Bassi requested to merge ebassi/gdbus-codegen-rst into main

Documentation generators using DocBook are getting increasingly rare.

The reStructuredText format can be used to generate other formats, like:

  • DocBook
  • HTML
  • troff/groff
  • info

and it is natively supported by documentation generators like Sphinx, which makes it more interesting to use. Additionally, since it's plain text, it's easier to read as is, with no transformations.

This merge request adds a new --generate-rst command line argument to gdbus-codegen, which will generate a reStructuredText file for each interface.

Edited by Emmanuele Bassi

Merge request reports