qapi/accelerator: Fix markup of heading

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 6c10778826 "docs/sphinx: remove special parsing for
freeform sections").  Fix the markup.

Fixes: 18da42ee42 (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>
This commit is contained in:
Markus Armbruster
2025-07-29 14:51:39 +02:00
parent d4d91ed42e
commit a3004697f7
+3 -1
View File
@@ -4,7 +4,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
##
# = Accelerators
# ************
# Accelerators
# ************
##
{ 'include': 'common.json' }