Skip to content

Commit

Permalink
add attribute for Language sections
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Jul 29, 2018
1 parent 737c6eb commit 9b57216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Perl6/Documentable.pm6
@@ -1,6 +1,7 @@
use URI::Escape;
class Perl6::Documentable {
has Str $.kind; # type, language doc, routine, module
has Str $.section; # for Language doc list breakdown by sections
has Str @.subkinds; # class/role/enum, sub/method, prefix/infix/...
has Str @.categories; # basic type, exception, operator...

Expand Down

0 comments on commit 9b57216

Please sign in to comment.