Skip to content

Commit ee09646

Browse files
committed
better headings for routine files
1 parent 0945572 commit ee09646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlify.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ (Bool :$debug, Bool :$typegraph = False)
469469
pod-block("Documentation for routine $name, assembled from the
470470
following types:"),
471471
@docs.map({
472-
pod-heading(.name),
472+
pod-heading(.origin.name ~ '.' ~ .name),
473473
pod-block("From ", pod-link(.origin.name, .origin.url ~ '#' ~ .name)),
474474
.pod.list,
475475
})

0 commit comments

Comments
 (0)