NAME
Parrot::Docs::Directory - Docs-Related Directory
SYNOPSIS
use Parrot::Docs::Directory;
DESCRIPTION
This Parrot::Docs::Directory
subclass creates Parrot::Docs::Files
.
It's used by the documentation tools in tools/docs.
Class Methods
file_class()
Returns directory_class()
Returns
Parrot::Docs::File
.
Parrot::Docs::Directory
.Instance Methods
files_of_type($type, $recursive, $ignore)
Use this to get a list of the files of a particular type.
$recursive
and $ignore
function as specified in files()
.