]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs/qapidoc: add visit_errors() method
authorJohn Snow <jsnow@redhat.com>
Tue, 11 Mar 2025 03:42:43 +0000 (23:42 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 11 Mar 2025 09:10:57 +0000 (10:10 +0100)
commite9fbf1a0c6c2df9c53bb577b4245cf48914687fe
tree4b31485dcd7cc7c4be812dc3bfa6eca597abaf7a
parent56e1adf293037ec3324a7f20d54d50cd671dc281
docs/qapidoc: add visit_errors() method

Notably, this method does not currently address the formatting issues
present with the "errors" section in QAPIDoc and just vomits the text
verbatim into the rST doc, with somewhat inconsistent results.

To be addressed in a future patch.

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