Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
prepare for future menu autogen
  • Loading branch information
tbrowder committed Jul 29, 2018
1 parent 9b57216 commit f62168e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htmlify.p6
Expand Up @@ -75,7 +75,8 @@ my %*POD2HTML-CALLBACKS;
my %p5to6-functions;

# TODO: Generate menulist automatically
my @menu =
my @menu; # for use by future menu autogen
@menu =
('language','' ) => (),
('type', 'Types' ) => <basic composite domain-specific exceptions>,
('routine', 'Routines' ) => <sub method term operator>,
Expand Down

0 comments on commit f62168e

Please sign in to comment.