tests/qapi-schema: Demonstrate feature and enum doc comment bugs
[qemu/ar7.git] / tests / qapi-schema / doc-undoc-feature.json
blobc7650d99740fa27d31c3fc5eef0836d66fa11ce1
1 # Doc comment must cover all features
2 # BUG: missing documentation for @undoc not caught
4 ##
5 # @foo:
7 # Features:
8 # @doc: documented feature
9 ##
10 { 'command': 'foo', 'features': ['undoc', 'doc'] }