xref: /openbmc/qemu/tests/qapi-schema/doc-bad-section.json (revision 2b74dd918007d91f5fee94ad0034b5e7a30ed777)
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' ] }
11