qemu-e2k/tests/qapi-schema/doc-bad-section.json

11 lines
174 B
JSON

# = section within an expression comment
##
# @Enum:
# == No good here
# @one: The _one_ {and only}
#
# @two is undocumented
##
{ 'enum': 'Enum', 'data': [ 'one', 'two' ] }