target/arm: Use _ra versions of cpu_stl_data() in v7M helpers
[qemu/ar7.git] / tests / qapi-schema / doc-bad-section.json
blob560df4b0878547d99ce012a4aa9110b0c0a72837
1 # = section within an expression comment
2 # BUG: not rejected
4 ##
5 # @Enum:
6 # == Produces *invalid* texinfo
7 # @one: The _one_ {and only}
9 # @two is undocumented
11 { 'enum': 'Enum', 'data': [ 'one', 'two' ] }