2017-10-02 16:13:35 +02:00
|
|
|
# = section within an expression comment
|
|
|
|
|
|
|
|
##
|
|
|
|
# @Enum:
|
2020-03-20 10:18:04 +01:00
|
|
|
# == No good here
|
2017-10-02 16:13:35 +02:00
|
|
|
# @one: The _one_ {and only}
|
|
|
|
#
|
|
|
|
# @two is undocumented
|
|
|
|
##
|
|
|
|
{ 'enum': 'Enum', 'data': [ 'one', 'two' ] }
|