shawnlaffan / biodiverse

A tool for the spatial analysis of diversity
http://shawnlaffan.github.io/biodiverse/
GNU General Public License v3.0
75 stars 19 forks source link

Add POD documentation for all modules #141

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Most of the Biodiverse modules do not have POD documentation.  Those that do 
are often out of date.

This needs to be fixed.

Original issue reported on code.google.com by shawnlaffan on 14 Jun 2010 at 8:49

GoogleCodeExporter commented 9 years ago

Original comment by shawnlaffan on 14 Jun 2010 at 12:34

GoogleCodeExporter commented 9 years ago
This gets all instances of sub names and calls to %args, and can be used to a 
start any autogeneration of a POD methods skeleton for each file. 

egrep '^sub|[$]args' BaseData.pm

It would probably be simpler to just write a direct perl parser, though.  This 
can also check for cases where @_ is used but not assigned to %args. 

Original comment by shawnlaffan on 13 Jan 2013 at 7:14