10 lines
174 B
JSON
10 lines
174 B
JSON
# = section within an expression comment
|
|
|
|
##
|
|
# @Enum:
|
|
# == No good here
|
|
# @one: The _one_ {and only}
|
|
#
|
|
# @two is undocumented
|
|
##
|
|
{ 'enum': 'Enum', 'data': [ 'one', 'two' ] }
|