]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/redefined-command.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / redefined-command.json
index 3a8cb9024c217bbfa6ba1073ea1d3a4103fed6f8..247e4019483eca0e15aa0576fe6300fa71deca4a 100644 (file)
@@ -1,10 +1,3 @@
 # we reject commands defined more than once
-
-##
-# @foo:
-##
 { 'command': 'foo', 'data': { 'one': 'str' } }
-##
-# @foo:
-##
 { 'command': 'foo', 'data': { '*two': 'str' } }