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

new()

Returns a new section.

Instance Methods

write_docs($silent)

Writes the HTML documentation.

If $silent is true then progress is not reported.