summaryrefslogblamecommitdiffstats
path: root/tests/qapi-schema/doc-bad-section.json
blob: 560df4b0878547d99ce012a4aa9110b0c0a72837 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                            
# = section within an expression comment
# BUG: not rejected

##
# @Enum:
# == Produces *invalid* texinfo
# @one: The _one_ {and only}
#
# @two is undocumented
##
{ 'enum': 'Enum', 'data': [ 'one', 'two' ] }