target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
[qemu/rayw.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'] }