From a045e535cf38d2ba3a04f2cd666e2fff150cb3ea Mon Sep 17 00:00:00 2001 From: JJ Merelo Date: Wed, 15 Aug 2018 19:32:47 +0200 Subject: [PATCH] Adds indexing for submethod closes #2265 --- htmlify.p6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlify.p6 b/htmlify.p6 index 75ef18235..7b821efea 100755 --- a/htmlify.p6 +++ b/htmlify.p6 @@ -608,7 +608,7 @@ sub find-definitions(:$pod, :$origin, :$min-level = -1, :$url) { :categories, ; } - when 'sub'|'method'|'term'|'routine'|'trait' { + when 'sub'|'method'|'term'|'routine'|'trait'|'submethod' { %attr = :kind, :categories($subkinds), ;