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>
This commit is contained in:
Markus Armbruster 2023-04-25 08:42:19 +02:00
parent c0af9e1fc7
commit 91577c4725
3 changed files with 3 additions and 3 deletions

View file

@ -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
##

View file

@ -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
##

View file

@ -17,7 +17,7 @@
#
# @subnet-prefix: Subnet Prefix
#
# @interface-id : Interface ID
# @interface-id: Interface ID
#
# Since: 4.0
#