]> git.proxmox.com Git - mirror_qemu.git/commit - qga/qapi-schema.json
qga/qapi-schema.json: minor format fixups for rST
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Feb 2020 17:56:23 +0000 (17:56 +0000)
committerMarkus Armbruster <armbru@redhat.com>
Sat, 15 Feb 2020 10:41:49 +0000 (11:41 +0100)
commita7b6e8964142264f4791fd03f6e5a4756a3fc4af
tree3b699b2227566b4c4404c83d482c1ee4565ffbe0
parent883aff68a7d6797a06bac94f631db3439b11a60e
qga/qapi-schema.json: minor format fixups for rST

We would like to switch the doc comments to rST format, and rST
requires a blank line before the start of a bulleted or enumerated
list. Two places in qapi-schema.json were missing this blank line.

Some places were using an indented line as a sort of single-item
bulleted list, which in the Texinfo output comes out all run
onto a single line; use a real bulleted list instead.

Some places unnecessarily indented lists, which confuses rST.

guest-fstrim:minimum's documentation was indented the
right amount to share a line with @minimum, but wasn't
actually doing so.

The indent on the bulleted list in the guest-set-vcpus
Returns section meant rST misindented it.

Changes to the generated Texinfo are very minor (the new
bulleted lists, and a few extra blank lines).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200213175647.17628-7-peter.maydell@linaro.org>
[Commit message tweaked]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qga/qapi-schema.json