historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tests/qapi-schema/doc-bad-boxed-command-arg.json
2024-01-16 11:20:27 -06:00

14 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' }