diff options
author | Markus Armbruster <armbru@redhat.com> | 2021-08-31 14:38:05 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-09-03 17:09:10 +0200 |
commit | d0830ee443f2e27b62c40c9ac2d20b19c399ca4b (patch) | |
tree | 087048ff7aa0db64cd4a415fc25ea6d4c874b513 /tests/qapi-schema/doc-good.txt | |
parent | a7987799d1373d2408565d09823946ec28df4521 (diff) | |
download | qemu-d0830ee443f2e27b62c40c9ac2d20b19c399ca4b.zip |
qapi: Use "not COND" instead of "!COND" for generated documentation
Generated documentation uses operators "and", "or", and "!". Change
the latter to "not".
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210831123809.1107782-9-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'tests/qapi-schema/doc-good.txt')
-rw-r--r-- | tests/qapi-schema/doc-good.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/doc-good.txt b/tests/qapi-schema/doc-good.txt index 75f51a6fc1..0c59d75964 100644 --- a/tests/qapi-schema/doc-good.txt +++ b/tests/qapi-schema/doc-good.txt @@ -174,7 +174,7 @@ Features If ~~ -"!(IFONE or IFTWO)" +"not (IFONE or IFTWO)" Another subsection |