]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/enum-dict-member.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / enum-dict-member.json
index 69d30f0c1e0c02aef89866a7f465f3e8c8faa947..79672e0f091ab56989b189cf8eb5fa7a08bf1e9d 100644 (file)
@@ -1,6 +1,2 @@
 # we reject any enum member that is not a string
-
-##
-# @MyEnum:
-##
 { 'enum': 'MyEnum', 'data': [ { 'value': 'str' } ] }