Hi,
Is there a documenter tool for javascript like javadoc for java.
any help would be much appreciated
sinky
| SitePoint Sponsor |
Hi,
Is there a documenter tool for javascript like javadoc for java.
any help would be much appreciated
sinky
http://jsdoc.sourceforge.net/
But since javascript is such a dynamic language, you'll have to write your code in a certain style, to let the documenter pick it up.
Bookmarks