]> Git Repo - qemu.git/blobdiff - tests/qapi-schema/flat-union-incomplete-branch.json
qapi: Back out doc comments added just to please qapi.py
[qemu.git] / tests / qapi-schema / flat-union-incomplete-branch.json
index dea03775c7df81f288ff51dc1cde7236e381d8d3..25a411bc83e6adbc5ea9374b0f92391c8156ce99 100644 (file)
@@ -1,18 +1,8 @@
 # we require all branches of the union to be covered
-
-##
-# @TestEnum:
-##
 { 'enum': 'TestEnum',
   'data': [ 'value1', 'value2' ] }
-##
-# @TestTypeA:
-##
 { 'struct': 'TestTypeA',
   'data': { 'string': 'str' } }
-##
-# @TestUnion:
-##
 { 'union': 'TestUnion',
   'base': { 'type': 'TestEnum' },
   'discriminator': 'type',
This page took 0.025373 seconds and 4 git commands to generate.