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 1ec54c15ca5f148c62d08d5c650af205415bf4ec..8e0b4764e593546f4cc2b90bc31ddcd903df91c9 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 92480d4044de6022ecec5e22d4b296c2e3535666..c9bdae40eb7664f96025526e25d51b01f6af7de3 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 b83cc3902988b9ac2a92dcfcafe4f0be2fe3f6f8..f8a9feda3098857adf36ef8cf68bcc262bc31b42 100644 (file)
 # Features:
 # @unstable: This command is experimental.
 #
-# Since 3.0
+# Since: 3.0
 #
 # Returns: nothing
 #
index 4d8e506c9e868ab577c428446e3a7a5ba9247e0f..f989597b0c57ccd512c2c4bd6449848d8a6d8af3 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'],