diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-09-27 15:46:37 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-09-28 17:17:48 +0200 |
commit | f63326985a23cc1bb6327a003050e6fdb52eb9cd (patch) | |
tree | c323f9c7d6bf8ed5bb057940c143e8bc7b11e34e /tests/qapi-schema | |
parent | 13b3997f148bc35d2050bc2fe4bb405791ece94f (diff) |
qapi: Improve reporting of missing documentation comment
Have check_exprs() check this later, so the error message gains an "in
definition line". Tweak the error message.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20190927134639.4284-25-armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema')
-rw-r--r-- | tests/qapi-schema/doc-missing.err | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qapi-schema/doc-missing.err b/tests/qapi-schema/doc-missing.err index 08c827931a..7fbf54ff65 100644 --- a/tests/qapi-schema/doc-missing.err +++ b/tests/qapi-schema/doc-missing.err @@ -1 +1,2 @@ -tests/qapi-schema/doc-missing.json:5: definition missing documentation comment +tests/qapi-schema/doc-missing.json: In command 'undocumented': +tests/qapi-schema/doc-missing.json:5: documentation comment required |