qemu-e2k/tests/qapi-schema/doc-undoc-feature.json

10 lines
145 B
JSON

# Doc comment must cover all features
##
# @foo:
#
# Features:
# @doc: documented feature
##
{ 'command': 'foo', 'features': ['undoc', 'doc'] }