]> git.proxmox.com Git - mirror_qemu.git/commit
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)
commit91577c47257a4459e7fa679f719c20b5093d4e4e
tree0f32e41e79787e4644589bea9b05895a2dd21907
parentc0af9e1fc7da6a352678d05fdea7a85b80ab2d80
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>
qapi/block-core.json
qapi/job.json
qapi/rdma.json