| CleanCode Perl Libraries |
| Home | Perl Home | Java Home | C# Home | SQL Home | Index | Tools | Download | What's New |
| Multi-Lingual Library | Maintainability | ||||||||||||
![]() |
Perl | ![]() |
Java | ![]() |
JavaScript | ![]() |
Certified Class |
![]() |
Testable Class |
![]() |
Standalone Mode |
![]() |
Diagnostic Enabled |
addpod - Add POD comments for each function in a module.
addpod filename...
Option help.
Long help (manual page).
Perl5.005, HTML::Template
This utility assists in creating documentation in POD format for Perl files. For each function in the file, it will add a skeleton POD section immediately preceding it, providing a series of "blanks" to be filled in for each argument, the return value, the function description, and the function invocation. The entire file is returned on STDOUT with the added POD comments. The template for the skeleton itself is contained within this utility.
Note that this is not a complete POD skeleton, only for documenting the functions themselves. You will still need to add all the standard file-level documentation.
Also note that this utility differentiates (simplistically) between public and private functions. Any function name beginning with an underscore is skipped.
None
Store result back in file of the same name, allowing for easier handling of multiple files.
Michael Sorens
$Revision: 8 $ $Date: 2006-12-19 21:13:43 -0800 (Tue, 19 Dec 2006) $
CleanCode 0.9
perl(1)
<TMPL_IF items>=item Parameters:
<TMPL_LOOP items><TMPL_VAR item> - optional; string; TBD
</TMPL_LOOP items></TMPL_IF items>=item Returns:
TBD
| Home | Perl Home | Java Home | C# Home | SQL Home | Index | Tools | Download | What's New |
| CleanCode Perl Libraries | Copyright © 2001-2008 Michael Sorens - Revised 2008.07.31 |