method generate-subindex
Documentation for method generate-subindex
assembled from the following types:
class Documentable::DocPage::Factory
From Documentable::DocPage::Factory
(Documentable::DocPage::Factory) method generate-subindex
Defined as
method generate-subindex(Kind , Str --> Hash)
Generates the HTML subindex associated to $kind
and $category
. That means, all Documentable
objects with $.categories
set to $category
.
Hash
format:
%(document => "HTML string",url => "url associated")