mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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 (commit6c10778826"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:
@@ -4,7 +4,9 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
##
|
||||
# = Accelerators
|
||||
# ************
|
||||
# Accelerators
|
||||
# ************
|
||||
##
|
||||
|
||||
{ 'include': 'common.json' }
|
||||
|
||||
Reference in New Issue
Block a user