fuzz: add virtio-9p configurations for fuzzing
[qemu/ar7.git] / tests / qapi-schema / doc-undoc-feature.json
blobc52f88e2cd55071bc1618e4e1e3deb39e349f6f2
1 # Doc comment must cover all features
3 ##
4 # @foo:
6 # Features:
7 # @doc: documented feature
8 ##
9 { 'command': 'foo', 'features': ['undoc', 'doc'] }