diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-10-24 13:02:36 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-10-29 07:35:16 +0100 |
commit | e4def7875520aef0643e83698e397abe229a8953 (patch) | |
tree | ad03c6caae370252b8c920e95e399f9222f68b6d /tests/qapi-schema/doc-bad-enum-member.err | |
parent | b3cdff10e5e82ba7b99c59ab3089883f6bb85ed8 (diff) |
qapi: Polish reporting of bogus member documentation
Improve error messages from
the following documented members are not in the declaration: a
the following documented members are not in the declaration: aa, bb
to the more concise
documented member 'a' does not exist
documented members 'aa', 'bb' do not exist
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20191024110237.30963-19-armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/doc-bad-enum-member.err')
-rw-r--r-- | tests/qapi-schema/doc-bad-enum-member.err | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/doc-bad-enum-member.err b/tests/qapi-schema/doc-bad-enum-member.err index dfa1e786d7..7efeb47363 100644 --- a/tests/qapi-schema/doc-bad-enum-member.err +++ b/tests/qapi-schema/doc-bad-enum-member.err @@ -1 +1 @@ -doc-bad-enum-member.json:3: the following documented members are not in the declaration: a +doc-bad-enum-member.json:3: documented member 'a' does not exist |