diff options
| author | Peter Maydell | 2020-09-25 18:23:05 +0200 |
|---|---|---|
| committer | Markus Armbruster | 2020-09-29 17:55:39 +0200 |
| commit | a0fcff383b34f908efe05d4037e2c948abf6b38d (patch) | |
| tree | 2e4bba3341beecc576b53690b8ee1d207117be61 /qapi/block-core.json | |
| parent | docs/interop: Convert qemu-qmp-ref to rST (diff) | |
| download | qemu-a0fcff383b34f908efe05d4037e2c948abf6b38d.tar.gz qemu-a0fcff383b34f908efe05d4037e2c948abf6b38d.tar.xz qemu-a0fcff383b34f908efe05d4037e2c948abf6b38d.zip | |
qapi: Use rST markup for literal blocks
There are exactly two places in our json doc comments where we
use the markup accepted by the texi doc generator where a '|' in
the first line of a doc comment means the line should be emitted
as a literal block (fixed-width font, whitespace preserved).
Since we use this syntax so rarely, instead of making the rST
generator support it, instead just convert the two uses to
rST-format literal blocks, which are indented and introduced
with '::'.
(The rST generator doesn't complain about the old style syntax,
it just emits it with the '|' and with the whitespace not
preserved, which looks odd, but means we can safely leave this
change until after we've stopped generating texinfo.)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200925162316.21205-11-peter.maydell@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi/block-core.json')
| -rw-r--r-- | qapi/block-core.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index dd77a91174..86ed72ef9f 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -570,13 +570,15 @@ # For the example above, @bins may be something like [3, 1, 5, 2], # and corresponding histogram looks like: # -# | 5| * -# | 4| * -# | 3| * * -# | 2| * * * -# | 1| * * * * -# | +------------------ -# | 10 50 100 +# :: +# +# 5| * +# 4| * +# 3| * * +# 2| * * * +# 1| * * * * +# +------------------ +# 10 50 100 # # Since: 4.0 ## |
