]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/doc-interleaved-section.json
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-pullreq-20180905'...
[mirror_qemu.git] / tests / qapi-schema / doc-interleaved-section.json
CommitLineData
3313b612
MAL
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' } }