aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2023-04-25 08:42:19 +0200
committerMarkus Armbruster <armbru@redhat.com>2023-04-28 11:48:34 +0200
commit91577c47257a4459e7fa679f719c20b5093d4e4e (patch)
tree0f32e41e79787e4644589bea9b05895a2dd21907 /qapi
parentc0af9e1fc7da6a352678d05fdea7a85b80ab2d80 (diff)
downloadqemu-91577c47257a4459e7fa679f719c20b5093d4e4e.zip
qemu-91577c47257a4459e7fa679f719c20b5093d4e4e.tar.gz
qemu-91577c47257a4459e7fa679f719c20b5093d4e4e.tar.bz2
qapi: Fix argument documentation markup
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>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/block-core.json2
-rw-r--r--qapi/job.json2
-rw-r--r--qapi/rdma.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 2382772..9dd5ed9 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -5155,7 +5155,7 @@
# 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
##
diff --git a/qapi/job.json b/qapi/job.json
index d5f84e9..bc41047 100644
--- a/qapi/job.json
+++ b/qapi/job.json
@@ -148,7 +148,7 @@
# 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
##
diff --git a/qapi/rdma.json b/qapi/rdma.json
index a1d2175..5b6b66a 100644
--- a/qapi/rdma.json
+++ b/qapi/rdma.json
@@ -17,7 +17,7 @@
#
# @subnet-prefix: Subnet Prefix
#
-# @interface-id : Interface ID
+# @interface-id: Interface ID
#
# Since: 4.0
#