Auto-generate documentation from perl code
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
Added a sample script under extras to show how I run this code
0ec6428View on GitHubRewrite is complete from the back end, the output modules still need to be updated
3d665aaView on GitHubMajor re-write for performance. ModuleProcessor now spawns a child process to load and scan each package
6ce98b4View on GitHubRewrite using a forked child so we don't keep each module loaded for the duration of our run
88d5a65View on GitHubLots of code refactoring, getting very close to autoincluding POD docs
1921645View on GitHubAdded first draft PodReader class to parse and extract POD docs
6a10c97View on GitHubAdded anchor tags for HTML output ot allow POD details to be displayed (they are not read in yet)
5f815ddView on GitHubFixed detecting overridden functions and correctly setting original_package
d800241View on GitHub