
DocSet::DocSet::HTML - A subclass of DocSet::DocSet for generating HTML docset

See DocSet::DocSet

This subclass of DocSet::DocSet converts the source docset into a set of HTML documents linking its items with autogenerated index.html.
See the majority of the methods in DocSet::DocSet
$self->trg_ext();
returns the extension of the target files. html in the case of this sub-class.
$self->init(@_);
calls DocSet::DocSet::init and then initializes its own HTML output specific settings.
see DocSet::DocSet
$self->write_index_file();
creates index.html file linking all the items of the docset together.

Stas Bekman <stas (at) stason.org>