qapi: Use explicit bulleted lists
commite050e426782ec4ae6bf84e5ec75ca502187f69cb
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Feb 2020 17:56:30 +0000 (13 17:56 +0000)
committerMarkus Armbruster <armbru@redhat.com>
Sat, 15 Feb 2020 10:41:50 +0000 (15 11:41 +0100)
tree62fc47cbdb3ed4155d83fb06a68df01e784b3095
parent449be9df521c87c5b7b12c5e66d006d4cba80aaa
qapi: Use explicit bulleted lists

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.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200213175647.17628-14-peter.maydell@linaro.org>
Message-Id: <20200213175647.17628-15-peter.maydell@linaro.org>
Message-Id: <20200213175647.17628-16-peter.maydell@linaro.org>
[Three commits squashed into one]
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qapi/block-core.json
qapi/block.json
qapi/misc.json
qapi/tpm.json
qapi/ui.json