summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/doc-undoc-feature.json
blob: c7650d99740fa27d31c3fc5eef0836d66fa11ce1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Doc comment must cover all features
# BUG: missing documentation for @undoc not caught

##
# @foo:
#
# Features:
# @doc: documented feature
##
{ 'command': 'foo', 'features': ['undoc', 'doc'] }