Sign in
qemu
/
qemu
/
083367dbbf6e5ac086c32e64db6701f493928e47
/
.
/
tests
/
qapi-schema
/
doc-bad-boxed-command-arg.json
blob: bd143241ecdb01718041a56f5d9b17b0f042b937 [
file
] [
log
] [
blame
]
#
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'
}