1# = section within an expression comment
2
3##
4# @Enum:
5# == No good here
6# @one: The _one_ {and only}
7#
8# @two is undocumented
9##
10{ 'enum': 'Enum', 'data': [ 'one', 'two' ] }
11