diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-02-13 17:56:25 +0000 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2020-02-15 11:41:50 +0100 |
commit | f56275064e06974b5c03f37ccdb124adbc5baef6 (patch) | |
tree | cab44e8d3fc368badb94573c9fa2d291a84c7384 /target/sparc/cc_helper.c | |
parent | 0a940d66de9590566c09e3bfab539d5cbe9481d9 (diff) | |
download | qemu-f56275064e06974b5c03f37ccdb124adbc5baef6.zip |
qapi: Fix incorrect "Not documented" claims in QMP documentation
Some qapi doc comments have forgotten the ':' after the
@argument, like this:
# @filename Filename for the new image file
# @size Size of the virtual disk in bytes
The result is that these are parsed as part of the body
text and appear as a run-on line:
filename Filename for the new image file size Size of the virtual disk in bytes"
followed by
filename: string
Not documented
size: int
Not documented
in the 'Members' section.
Correct the formatting.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20200213175647.17628-9-peter.maydell@linaro.org>
[Commit message tweaked]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'target/sparc/cc_helper.c')
0 files changed, 0 insertions, 0 deletions