summaryrefslogtreecommitdiffstats
path: root/qga
diff options
context:
space:
mode:
authorMarkus Armbruster2022-04-22 15:28:07 +0200
committerMarkus Armbruster2022-05-16 07:22:28 +0200
commit433a4fdc42042e3d5a6c3dc741215f78b43b3a2e (patch)
tree31ed12b47083ee80d9c2eccee1a41c8e12cf051d /qga
parentMerge tag 'or1k-pull-request-20220515' of https://github.com/stffrdhrn/qemu i... (diff)
downloadqemu-433a4fdc42042e3d5a6c3dc741215f78b43b3a2e.tar.gz
qemu-433a4fdc42042e3d5a6c3dc741215f78b43b3a2e.tar.xz
qemu-433a4fdc42042e3d5a6c3dc741215f78b43b3a2e.zip
qapi: Fix malformed "Since:" section tags
"Since X.Y" is not recognized as a tagged section, and therefore not formatted as such in generated documentation. Fix by adding the required colon. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20220422132807.1704411-1-armbru@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Diffstat (limited to 'qga')
-rw-r--r--qga/qapi-schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
index 4d8e506c9e..f989597b0c 100644
--- a/qga/qapi-schema.json
+++ b/qga/qapi-schema.json
@@ -950,7 +950,7 @@
# by device mapper
# @smart: disk smart information (Since 7.1)
#
-# Since 5.2
+# Since: 5.2
##
{ 'struct': 'GuestDiskInfo',
'data': {'name': 'str', 'partition': 'bool', '*dependencies': ['str'],