OSDN Git Service

qapi: Fix malformed "Since:" section tags
authorMarkus Armbruster <armbru@redhat.com>
Fri, 22 Apr 2022 13:28:07 +0000 (15:28 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 16 May 2022 05:22:28 +0000 (07:22 +0200)
"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>
qapi/crypto.json
qapi/machine.json
qapi/misc.json
qga/qapi-schema.json

index 1ec54c1..8e0b476 100644 (file)
 #                 password to use to retrieve current master key.
 #                 Defaults to the same secret that was used to open the image
 #
-#
-# Since 5.1
+# Since: 5.1
 ##
 { 'struct': 'QCryptoBlockAmendOptionsLUKS',
   'data': { 'state': 'QCryptoBlockLUKSKeyslotState',
index 92480d4..c9bdae4 100644 (file)
 # preconfigure stage to configure numa mapping before initializing
 # machine.
 #
-# Since 3.0
+# Since: 3.0
 ##
 { 'command': 'set-numa-node', 'boxed': true,
   'data': 'NumaOptions',
index b83cc39..f8a9fed 100644 (file)
 # Features:
 # @unstable: This command is experimental.
 #
-# Since 3.0
+# Since: 3.0
 #
 # Returns: nothing
 #
index 4d8e506..f989597 100644 (file)
 #         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'],