NAME
Parrot::Docs::HTMLPage - HTML Documentation Page
DESCRIPTION
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.
Class Methods
-
Returns the page header with the specified title and navigation bar.
$resourcesshould be the relative path from the page to docs/resources, the image and CSS file directory. -
Returns the page footer.
$navigationis currently unused.$resourcesshould be the relative path from the page to docs/resources, the image and CSS file directory.