Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git] / tests / qapi-schema / doc-bad-section.json
blob8175d95867e03692462f6857bc1d505a027e37c2
1 # = section within an expression comment
3 ##
4 # @Enum:
5 # == No good here
6 # @one: The _one_ {and only}
8 # @two is undocumented
9 ##
10 { 'enum': 'Enum', 'data': [ 'one', 'two' ] }