]> Git Repo - qemu.git/blobdiff - tests/qapi-schema/flat-union-base-any.json
qapi: Back out doc comments added just to please qapi.py
[qemu.git] / tests / qapi-schema / flat-union-base-any.json
index 3dfb02fa30ab26ebadd40af76bf7a2d3f5983049..fe66b713ef4746ea375199e346d3c29662b1747f 100644 (file)
@@ -1,23 +1,10 @@
 # we require the base to be an existing struct
-
-##
-# @TestEnum:
-##
 { 'enum': 'TestEnum',
   'data': [ 'value1', 'value2' ] }
-##
-# @TestTypeA:
-##
 { 'struct': 'TestTypeA',
   'data': { 'string': 'str' } }
-##
-# @TestTypeB:
-##
 { 'struct': 'TestTypeB',
   'data': { 'integer': 'int' } }
-##
-# @TestUnion:
-##
 { 'union': 'TestUnion',
   'base': 'any',
   'discriminator': 'enum1',
This page took 0.024123 seconds and 4 git commands to generate.