From: Markus Armbruster Date: Thu, 24 Jul 2025 09:17:41 +0000 (+0200) Subject: qapi/accelerator: Fix markup of heading X-Git-Tag: v10.1.0-rc1~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3004697f7342258de6fdc3ed85943a33a4809cf;p=thirdparty%2Fqemu.git 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 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 Message-ID: <20250724091742.1950167-2-armbru@redhat.com> --- diff --git a/qapi/accelerator.json b/qapi/accelerator.json index 28d5ff4c49..fb28c8d920 100644 --- a/qapi/accelerator.json +++ b/qapi/accelerator.json @@ -4,7 +4,9 @@ # SPDX-License-Identifier: GPL-2.0-or-later ## -# = Accelerators +# ************ +# Accelerators +# ************ ## { 'include': 'common.json' }