aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/doc-bad-section.json
blob: 8175d95867e03692462f6857bc1d505a027e37c2 (plain)
1
2
3
4
5
6
7
8
9
10
# = section within an expression comment

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