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

This adds a simple ":feat name: lorem ipsum ..." line to the generated
rST document, so at the moment it's only for "top level" features.

Features not attached directly to a QAPI definition are not currently
handled! This is a small regression over the prior documentation
generator that will be addressed in a future patch.

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