NAME

Parrot::Docs::Section::Parrot - Root docmentation 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.

Methods

new()

Returns a new section.

write_docs($silent, $delete)

Writes the HTML documentation.

If $silent is true then progress is not reported.

If $delete is true then the contents of $target will 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::Info, Parrot::Docs::Section::Docs, Parrot::Docs::Section::Examples, Parrot::Docs::Section::PMCs, Parrot::Docs::Section::DynaPMCs, Parrot::Docs::Section::C, Parrot::Docs::Section::Ops, Parrot::Docs::Section::IMCC, Parrot::Docs::Section::Perl, Parrot::Docs::Section::Libs, Parrot::Docs::Section::Tools, Parrot::Docs::Section::BigNum, Parrot::Docs::Section::Languages, Parrot::Docs::Section::Config, Parrot::Docs::Section::Tests, Parrot::Docs::Section::EditorPlugins.