e151941d1b
Commit f3ed93d545
"qapi: Allow documentation for features" neglected
to check documentation against the schema. Fix that: check them the
same way we check arguments.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20191024110237.30963-20-armbru@redhat.com>
10 lines
127 B
JSON
10 lines
127 B
JSON
# Features listed in the doc comment must exist in the actual schema
|
|
|
|
##
|
|
# @foo:
|
|
#
|
|
# Features:
|
|
# @a: a
|
|
##
|
|
{ 'command': 'foo' }
|