]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/args-alternate.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / args-alternate.json
index 49d0211a03ac3c71d8d390e9406409b244a2c37c..69e94d4819f8d5323bc8ff8587eab7555888119f 100644 (file)
@@ -1,11 +1,3 @@
 # we do not allow alternate arguments
-
-##
-# @Alt:
-##
 { 'alternate': 'Alt', 'data': { 'case1': 'int', 'case2': 'str' } }
-
-##
-# @oops:
-##
 { 'command': 'oops', 'data': 'Alt' }