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

Generates :return: fields for explicit returns statements. Note that
this does not presently handle undocumented returns, which is handled in
a later commit.

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