Skip to content

Commit

Permalink
Update htmlify.p6
Browse files Browse the repository at this point in the history
Enable generate "Routines supplied by class $class"

My last commit's fault
  • Loading branch information
tisonkun authored Nov 5, 2017
1 parent 525e984 commit a95469a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htmlify.p6
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,9 @@ sub find-definitions(:$pod, :$origin, :$min-level = -1, :$url) {
$created.subkinds = @subkinds;
$created.categories = @subkinds;
}
if %attr<kind> eq 'routine' {
%routines-by-type{$origin.name}.append: $chunk;
}
}
$i = $new-i + 1;
}
Expand Down

0 comments on commit a95469a

Please sign in to comment.