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>
This commit is contained in:
Markus Armbruster 2019-09-13 22:13:49 +02:00
parent b6c37ebaaf
commit 8d40738d2f
7 changed files with 18 additions and 18 deletions

View file

@ -1 +1 @@
tests/qapi-schema/doc-missing.json:5: Expression missing documentation comment
tests/qapi-schema/doc-missing.json:5: Definition missing documentation comment