]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/reserved-type-list.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / reserved-type-list.json
index 6effb78e7fa3ff18f55a6baba457182ac0113ec1..98d53bf808f6c7e07ec75e14722b21a9187ae8b6 100644 (file)
@@ -2,8 +2,4 @@
 # We reserve names ending in 'List' for use by array types.
 # TODO - we could choose array names to avoid collision with user types,
 # in order to let this compile
-
-##
-# @FooList:
-##
 { 'struct': 'FooList', 'data': { 's': 'str' } }