qemu-e2k/tests/qapi-schema/doc-bad-boxed-command-arg.json

15 lines
232 B
JSON

# Boxed arguments are not to be documented with the command
##
# @Args:
# @a: an argument
##
{ 'struct': 'Args', 'data': { 'a': 'int' } }
##
# @cmd-boxed:
# @a: bogus
##
{ 'command': 'cmd-boxed', 'boxed': true,
'data': 'Args' }