]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/doc-bad-section.json
target/riscv: Allow debugger to access seed CSR
[mirror_qemu.git] / tests / qapi-schema / doc-bad-section.json
CommitLineData
cfa438ff 1# = section within an expression comment
cfa438ff
MA
2
3##
4# @Enum:
d98884b7 5# == No good here
cfa438ff
MA
6# @one: The _one_ {and only}
7#
8# @two is undocumented
9##
10{ 'enum': 'Enum', 'data': [ 'one', 'two' ] }