]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/alternate-any.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / alternate-any.json
index c958776767dd30e674a571afab12152317f4c504..e47a73a1161ba64bce8043c889a19bfb02e87602 100644 (file)
@@ -1,8 +1,4 @@
 # we do not allow the 'any' type as an alternate branch
-
-##
-# @Alt:
-##
 { 'alternate': 'Alt',
   'data': { 'one': 'any',
             'two': 'int' } }