qapi: Recognize section tags and 'Features:' only after blank line
[qemu/armbru.git] / tests / qapi-schema / doc-duplicated-return.json
blob4e1ec2ef42f8475a66e8fed310361261c379a213
1 # Do not allow duplicated Returns section
3 ##
4 # @foo:
6 # Returns: 0
8 # Returns: 1
9 ##