]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs/qapidoc: process @foo into ``foo``
authorJohn Snow <jsnow@redhat.com>
Tue, 11 Mar 2025 03:42:53 +0000 (23:42 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 11 Mar 2025 09:26:52 +0000 (10:26 +0100)
commitc9b6f988037b3d6f042871b149c7fd307bed8475
tree1ba625baa1a0a9365c1a9e64f744ef2e6d4c5fc1
parent5c1636f7cc4bfbe5737e3acca009a97dfa188879
docs/qapidoc: process @foo into ``foo``

Add support for the special QAPI doc syntax to process @references as
``preformatted text``. At the moment, there are no actual
cross-references for individual members, so there is nothing to link
against. For now, process it identically to how we did in the old
qapidoc system.

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