Is there any similar JAVADOCS script/tool for Javascript files?
Trying to find a way to automate the 开发者_运维技巧API from javascript comments.
The JSDoc project is no longer active, you should give a look to JsDoc Toolkit.
You might also want to check the following alternatives:
- YUIDoc
- PDoc
JSDoc http://jsdoc.sourceforge.net/
- JSDoc Toolkit
- jGrouseDoc
- YUI Doc
- jsd100
- DocumentJS
I know its a lot late but since no one mentioned, I think Docco is a great tool. I use it for javascript but this tool can be used for other types of files too.
精彩评论