diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-01-20 10:53:25 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-01-26 07:04:53 +0100 |
commit | ae7ccd50c37d1154acb0d1ed4b67388e3dd69061 (patch) | |
tree | a1216324dac06590082c45c0f73a204d61ee9d57 /qga/cutils.c | |
parent | 7cbdabb5d688f9d616d6e609a12642a3a91e1888 (diff) | |
download | qemu-ae7ccd50c37d1154acb0d1ed4b67388e3dd69061.zip qemu-ae7ccd50c37d1154acb0d1ed4b67388e3dd69061.tar.gz qemu-ae7ccd50c37d1154acb0d1ed4b67388e3dd69061.tar.bz2 |
qapi: Fix mangled "Returns" sections in documentation
Commit e050e426782e (qapi: Use explicit bulleted lists) added list
markup to correct bad rendering:
A JSON block comment like this:
Returns: nothing on success
If @node is not a valid block device, DeviceNotFound
If @name is not found, GenericError with an explanation
renders like this:
Returns: nothing on success If node is not a valid block device,
DeviceNotFound If name is not found, GenericError with an explanation
because whitespace is not significant.
Use an actual bulleted list, so that the formatting is correct.
It missed a few instances. Commit a937b6aa739 (qapi: Reformat doc
comments to conform to current conventions) then reflowed them.
Revert the reflowing, and add list markup.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240120095327.666239-6-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'qga/cutils.c')
0 files changed, 0 insertions, 0 deletions