ActivePerl::DocTools - Perl extension for Documentation TOC Generation |
ActivePerl::DocTools - Perl extension for Documentation TOC Generation
use ActivePerl::DocTools;
ActivePerl::DocTools::WriteTOC();
Generates the TOC for Perl html docs. Currently used by PPM.
Much of the code that used to be in this module has been moved out into the ActivePerl::DocTools::TOC packages. However, the ActivePerl::DocTools::WriteTOC() function has been preserved for compatibility with PPM.
Nothing.
David Sparks, DaveS@ActiveState.com Neil Kandalgaonkar, NeilK@ActiveState.com
The amazing the PPM manpage.
the ActivePerl::DocTools::TOC manpage
ActivePerl::DocTools - Perl extension for Documentation TOC Generation |