method generate-subindex

Documentation for method generate-subindex assembled from the following types:

class Perl6::Documentable::DocPage::Factory

From Perl6::Documentable::DocPage::Factory

(Perl6::Documentable::DocPage::Factory) method generate-subindex

Defined as

method generate-subindex(Kind $kindStr $category --> Hash)

Generates the HTML subindex associated to $kind and $category. That means, all Perl6::Documentable objects with $.categories set to $category.

Hash format:

%(
    document => "HTML string",
    url      => "url associated"
)