repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20171005-pull-request' into...
[qemu/kevin.git]
/
tests
/
qapi-schema
/
doc-interleaved-section.json
blob
adb29e98daa79379b8d161b24863e38cb0021ad2
1
# Arguments and sections must not be interleaved
2
3
##
4
# @TestStruct:
5
#
6
# body
7
#
8
# @integer: foo
9
# blah
10
#
11
# bao
12
#
13
# Note: a section.
14
#
15
# @foobar: catch this
16
#
17
# Since: 2.3
18
#
19
##
20
{ 'struct': 'TestStruct',
21
'data': { 'integer': 'int', 'foobar': 'int' } }