aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/doc-bad-boxed-command-arg.json
blob: bd143241ecdb01718041a56f5d9b17b0f042b937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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' }