Is there any similar JAVADOCS script/tool for Javascript files?

时光总嘲笑我的痴心妄想 提交于 2019-12-22 01:28:08

问题


Trying to find a way to automate the API from javascript comments.


回答1:


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



回答2:


JSDoc http://jsdoc.sourceforge.net/




回答3:


  • JSDoc Toolkit
  • jGrouseDoc
  • YUI Doc
  • jsd100
  • DocumentJS



回答4:


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.



来源:https://stackoverflow.com/questions/1800853/is-there-any-similar-javadocs-script-tool-for-javascript-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!