]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/reserved-command-q.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / reserved-command-q.json
index bba0860c99f2aca85b77df9642932f8a4fb822e9..99f8aae314bc1295a354d89546c3fdbebbc02358 100644 (file)
@@ -1,12 +1,5 @@
 # C entity name collision
 # We reject names like 'q-unix', because they can collide with the mangled
 # name for 'unix' in generated C.
-
-##
-# @unix:
-##
 { 'command': 'unix' }
-##
-# @q-unix:
-##
 { 'command': 'q-unix' }