]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qapi/accelerator: Fix markup of heading
authorMarkus Armbruster <armbru@redhat.com>
Thu, 24 Jul 2025 09:17:41 +0000 (11:17 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 29 Jul 2025 12:51:39 +0000 (14:51 +0200)
The docs generated for qapi/accelerator.json shows text "=
Accelerators" instead of a heading.  This is because the patch that
added the heading crossed with the commit that changed heading
markup (commit 6c10778826a "docs/sphinx: remove special parsing for
freeform sections").  Fix the markup.

Fixes: 18da42ee4273 (qapi/accel: Move definitions related to accelerators in their own file)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20250724091742.1950167-2-armbru@redhat.com>

qapi/accelerator.json

index 28d5ff4c493a1365769e03eaabb7aea24702a9ca..fb28c8d920aec2632ab8aa63a186b9bdb0060743 100644 (file)
@@ -4,7 +4,9 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 ##
-# = Accelerators
+# ************
+# Accelerators
+# ************
 ##
 
 { 'include': 'common.json' }