parrotcode: HTML Documentation Page | |
Contents | Perl Modules |
Parrot::Docs::HTMLPage - HTML Documentation Page
Parrot::Docs::HTMLPage
gives Parrot documentation pages the Parrot house-style.
This just provides header()
and footer()
class methods for now,
to prevent code being duplicated in Parrot::Docs::POD2HTML
and Parrot::Docs::Section
.
header($title, $navigation, $resources)
$resources
should be the relative path from the page to docs/resources,
the image and CSS file directory.footer($navigation, $resources)
$navigation
is currently unused.$resources
should be the relative path from the page to docs/resources,
the image and CSS file directory.
|