[Jsdoc-user] Handling multiple files
Status: Inactive
Brought to you by:
mmathews
From: Jim F. <jf...@tm...> - 2006-03-09 03:57:21
|
Hello! I have been looking for a JavaScript documentation tool (that understood JavaScript's strange way dealing with inheritance) for some time. I finally found this tool, and my first impressions are very positive. A simple question, if I may. What if one has a library of JavaScript files in a directory? I mean by this a group of related files that inherit and extend, and all make up what one would conventionally call a "package". From what I can see at http://jsdoc.sourceforge.net/, there is just the one-file command line. I do not see any reference to a command line with something like perl jsdoc.pl *.js I looked at the Perl code, but my Perl skills haven't been used in years, and are hardly reliable, anymore. If this is already documented, and I simply overlooked it, my apologies, and could you please direct me? Jim |