parrotcode: Root documentation section | |
Contents | Perl Modules |
Parrot::Docs::Section::Parrot - Root documentation section
use Parrot::Docs::Section::Parrot;
Parrot::Docs::Section::Parrot->new->write_html;
This is the top-level section for the HTML documentation for Parrot.
new()
write_docs($silent, $delete)
$silent
is true then progress is not reported.$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.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::Compilers
Parrot::Docs::Section::Languages
Parrot::Docs::Section::Config
Parrot::Docs::Section::Tests
Parrot::Docs::Section::EditorPlugins
|