method generate-secondary

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

class Documentable::DocPage::Factory

From Documentable::DocPage::Factory

(Documentable::DocPage::Factory) method generate-secondary

Defined as

method generate-secondary(Kind $kindStr $name --> Hash)

Generates the HTML associated to a bunch of Documentable::Secondary objects. In particular, of all Documentable::Secondary objects with $.name set to $name.

Hash format:

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