]> git.netwichtig.de Git - user/henk/tmp/stringstest.git/blob - types/comments.pp
Generate docs
[user/henk/tmp/stringstest.git] / types / comments.pp
1 # @summary testing comments in a data type
2 type Stringstest::Comments = Struct[{
3   # this is a comment
4   'comment' => String,
5 }]