I'm trying to find a simple tool to run over a CGI perl application and output hyperlinked index of source code at the function level, preferably syntax-colored.
None of the files are formally commented at this point, so tools like NaturalDocs are not going to give anything back. robodoc isn't outputting anything but blank html files either, although I'm still working out why. There is one directory of proper .pm perl modules (pdoc does very well here) and a bunch of other .pl scripts representing the functions that output the html UI. Every search leads me back to the perldoc web site or the perldoc utility, which AFAICT is a (POD) documentation browser, not a generator using code parsing or introspection. Any links to tools suitable for documenting CGI perl would be greatly appreciated, thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]