repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge tag 'v9.1.0'
[qemu/ar7.git]
/
tests
/
qapi-schema
/
doc-bad-boxed-command-arg.json
blob
bd143241ecdb01718041a56f5d9b17b0f042b937
1
# Boxed arguments are not to be documented with the command
2
3
##
4
# @Args:
5
# @a: an argument
6
##
7
{ 'struct': 'Args', 'data': { 'a': 'int' } }
8
9
##
10
# @cmd-boxed:
11
# @a: bogus
12
##
13
{ 'command': 'cmd-boxed', 'boxed': true,
14
'data': 'Args' }