qapi: Fix argument documentation markup
authorMarkus Armbruster <armbru@redhat.com>
Tue, 25 Apr 2023 06:42:19 +0000 (08:42 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 28 Apr 2023 09:48:34 +0000 (11:48 +0200)
Member / argument documentation of BlockdevAmendOptionsQcow2,
job-resume, and RDMA_GID_STATUS_CHANGED is parsed as ordinary text due
to missing colon or space before the colon.  The generated
documentation shows these members / arguments as "Not documented".

The fix is obvious: add missing colons, delete extra spaces.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20230425064223.820979-13-armbru@redhat.com>

qapi/block-core.json
qapi/job.json
qapi/rdma.json

index 2382772e1720d475d42c0d95d47ee8d2aa6550c7..9dd5ed9a4725ae48b09e574698082c3743596a55 100644 (file)
 # Driver specific image amend options for qcow2.
 # For now, only encryption options can be amended
 #
-# @encrypt          Encryption options to be amended
+# @encrypt: Encryption options to be amended
 #
 # Since: 5.1
 ##
index d5f84e9615ba46a5957f5ce2b3d187f28af551c2..bc4104757afe185ab45ff24d2c2c3df56a5db31c 100644 (file)
 # This command returns immediately after resuming a paused job. Resuming an
 # already running job is an error.
 #
-# @id : The job identifier.
+# @id: The job identifier.
 #
 # Since: 3.0
 ##
index a1d2175a8b3614d237f0cfb0a57f2f680a57cff9..5b6b66afa4df5ef375b4d3b18aa6dd2f04f2f2fd 100644 (file)
@@ -17,7 +17,7 @@
 #
 # @subnet-prefix: Subnet Prefix
 #
-# @interface-id : Interface ID
+# @interface-id: Interface ID
 #
 # Since: 4.0
 #