diff options
Diffstat (limited to 'tests/qapi-schema/doc-undoc-feature.json')
-rw-r--r-- | tests/qapi-schema/doc-undoc-feature.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/qapi-schema/doc-undoc-feature.json b/tests/qapi-schema/doc-undoc-feature.json new file mode 100644 index 0000000000..c52f88e2cd --- /dev/null +++ b/tests/qapi-schema/doc-undoc-feature.json @@ -0,0 +1,9 @@ +# Doc comment must cover all features + +## +# @foo: +# +# Features: +# @doc: documented feature +## +{ 'command': 'foo', 'features': ['undoc', 'doc'] } |