11 lines
208 B
JSON
11 lines
208 B
JSON
# = section within an expression comment
|
|
# BUG: not rejected
|
|
|
|
##
|
|
# @Enum:
|
|
# == Produces *invalid* texinfo
|
|
# @one: The _one_ {and only}
|
|
#
|
|
# @two is undocumented
|
|
##
|
|
{ 'enum': 'Enum', 'data': [ 'one', 'two' ] }
|