diff options
| author | Markus Armbruster <armbru@redhat.com> | 2019-09-13 22:13:49 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2019-09-24 14:07:22 +0200 |
| commit | 8d40738d2f60a70aaece8d990a8b95af04e085a2 (patch) | |
| tree | baf49b59ead228e7663518622a528403a28903bd /tests/qapi-schema/doc-missing.err | |
| parent | b6c37ebaaf074cac8fe8a4781dc3e79db23e914e (diff) | |
| download | focaccia-qemu-8d40738d2f60a70aaece8d990a8b95af04e085a2.tar.gz focaccia-qemu-8d40738d2f60a70aaece8d990a8b95af04e085a2.zip | |
qapi: Tweak code to match docs/devel/qapi-code-gen.txt
The previous commit made qapi-code-gen.txt define "(top-level) expression" as either "directive" or "definition". The code still uses "expression" when it really means "definition". Tidy up. The previous commit made qapi-code-gen.txt use "object" rather than "dictionary". The code still uses "dictionary". Tidy up. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20190913201349.24332-17-armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/doc-missing.err')
| -rw-r--r-- | tests/qapi-schema/doc-missing.err | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/doc-missing.err b/tests/qapi-schema/doc-missing.err index 7f2f326b30..3a377ddc57 100644 --- a/tests/qapi-schema/doc-missing.err +++ b/tests/qapi-schema/doc-missing.err @@ -1 +1 @@ -tests/qapi-schema/doc-missing.json:5: Expression missing documentation comment +tests/qapi-schema/doc-missing.json:5: Definition missing documentation comment |