method generate-primary

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

class Perl6::Documentable::DocPage::Factory

From Perl6::Documentable::DocPage::Factory

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

Defined as

method generate-primary(Perl6::Documentable::Primary $doc --> Hash)

Generates the HTML associated to a Perl6::Documentable::Primary object. Hash format:

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