Feb 6, 2003 #1 perlgeek Programmer Joined Feb 6, 2003 Messages 1 Location US Does anybody know if there is a tool which creates documentation out of the comments in a PERL program, something like javadoc.??
Does anybody know if there is a tool which creates documentation out of the comments in a PERL program, something like javadoc.??
Feb 6, 2003 #2 justice41 Programmer Joined May 29, 2002 Messages 755 Location US Yes, POD (Plain Old Documentation) is used to create 'inline' documentation. The specs for it are here: http://perldoc.com/perl5.8.0/pod/perlpod.html jaa Upvote 0 Downvote
Yes, POD (Plain Old Documentation) is used to create 'inline' documentation. The specs for it are here: http://perldoc.com/perl5.8.0/pod/perlpod.html jaa