method generate-secondary

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

class Perl6::Documentable::DocPage::Factory

From Perl6::Documentable::DocPage::Factory

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

Defined as

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

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

Hash format:

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