]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/doc-bad-section.json
qapi: Improve error message for unexpected array types
[mirror_qemu.git] / tests / qapi-schema / doc-bad-section.json
1 # = section within an expression comment
2
3 ##
4 # @Enum:
5 # == No good here
6 # @one: The _one_ {and only}
7 #
8 # @two is undocumented
9 ##
10 { 'enum': 'Enum', 'data': [ 'one', 'two' ] }