Tagged Questions
1
vote
2answers
173 views
How can I extract <%doc> content from Mason?
Is there a tool like javadoc to extract the <%doc> content and the various methods with their parameters in Mason (Perl)? I'd like to add some basic documentation to components I'm writing and it ...
0
votes
1answer
39 views
Tools to document Mason and Perl code?
Other than POD, what are the tools available to document my Perl and Mason code? What do you use and what tools are available to help me?