mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-30 23:10:38 +00:00
9 lines
134 B
JSON
9 lines
134 B
JSON
|
# Members listed in the doc comment must exist in the actual schema
|
||
|
|
||
|
##
|
||
|
# @Foo:
|
||
|
# @a: a
|
||
|
# @b: b
|
||
|
##
|
||
|
{ 'enum': 'Foo', 'data': [ 'b' ] }
|