diff options
author | Peter Maydell | 2020-09-25 18:23:01 +0200 |
---|---|---|
committer | Markus Armbruster | 2020-09-29 17:55:39 +0200 |
commit | 44e12af7754b60c0c80c52e63422f33d92127929 (patch) | |
tree | 2444a484d98e9b08415f983648b1a9bc469d7f5c /MAINTAINERS | |
parent | scripts/qapi/parser.py: improve doc comment indent handling (diff) | |
download | qemu-44e12af7754b60c0c80c52e63422f33d92127929.tar.gz qemu-44e12af7754b60c0c80c52e63422f33d92127929.tar.xz qemu-44e12af7754b60c0c80c52e63422f33d92127929.zip |
qapi/machine.json: Escape a literal '*' in doc comment
For rST, '*' is a kind of inline markup (for emphasis), so
"*-softmmu" is a syntax error because of the missing closing '*'.
Escape the '*' with a '\'.
The texinfo document generator will leave the '\' in the
output, which is not ideal, but that generator is going to
go away in a subsequent commit.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200925162316.21205-7-peter.maydell@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions