NAME
Parrot::Docs::Section::Parrot - Root documentation section
SYNOPSIS
use Parrot::Docs::Section::Parrot;
Parrot::Docs::Section::Parrot->new->write_html;
DESCRIPTION
This is the top-level section for the HTML documentation for Parrot.
Class Methods
Instance Methods
write_docs($silent, $delete)-
Writes the HTML documentation.
If
$silentis true then progress is not reported.If
$deleteis true then the contents of$targetwill be deleted before any HTML is written. This argument is intended to be used only once by the root section, it is not passed to subsections.
SEE ALSO
Parrot::Docs::Section::InfoParrot::Docs::Section::DocsParrot::Docs::Section::ExamplesParrot::Docs::Section::PMCsParrot::Docs::Section::DynaPMCsParrot::Docs::Section::CParrot::Docs::Section::OpsParrot::Docs::Section::IMCCParrot::Docs::Section::PerlParrot::Docs::Section::LibsParrot::Docs::Section::ToolsParrot::Docs::Section::BigNumParrot::Docs::Section::CompilersParrot::Docs::Section::LanguagesParrot::Docs::Section::ConfigParrot::Docs::Section::TestsParrot::Docs::Section::EditorPlugins