]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/doc-undoc-feature.json
target/riscv: Allow debugger to access seed CSR
[mirror_qemu.git] / tests / qapi-schema / doc-undoc-feature.json
1 # Doc comment must cover all features
2
3 ##
4 # @foo:
5 #
6 # Features:
7 # @doc: documented feature
8 ##
9 { 'command': 'foo', 'features': ['undoc', 'doc'] }