]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs/qapidoc: factor out do_parse()
authorJohn Snow <jsnow@redhat.com>
Wed, 17 Jul 2024 02:13:04 +0000 (22:13 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 17 Jul 2024 08:20:53 +0000 (10:20 +0200)
commita7d07ccd208dc1a8dbd0b03d95761a6424ccb375
tree42f7d13b0be70bc2bfed91adf174dadb8f369681
parent29a9efb09f95cf54a45d4ed97b82d2158b1a3983
docs/qapidoc: factor out do_parse()

Factor out the compatibility parser helper into a base class, so it can
be shared by other directives.

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