]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs/qapidoc: add intermediate output debugger
authorJohn Snow <jsnow@redhat.com>
Tue, 11 Mar 2025 03:42:54 +0000 (23:42 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 11 Mar 2025 09:26:52 +0000 (10:26 +0100)
commit7f6f24aaf55b567df2729d283cf8eac57c399493
tree638745294311b9ab5d65151d2cc2f7aff6d93e44
parentc9b6f988037b3d6f042871b149c7fd307bed8475
docs/qapidoc: add intermediate output debugger

Add debugging output for the qapidoc transmogrifier - setting DEBUG=1
will produce .ir files (one for each qapidoc directive) that write the
generated rst file to disk to allow for easy debugging and verification
of the generated document.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250311034303.75779-57-jsnow@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/sphinx/qapidoc.py