Trying to find a way to automate the API from javascript comments.
4 Answers
The JSDoc project is no longer active, you should give a look to JsDoc Toolkit.
You might also want to check the following alternatives:
1 Comment
qodeninja
Thanks for the multiple options.
2 Comments
AlbeyAmakiir
In that case, this should not be the selected answer. Perhaps @qodeninja could accept a different one?
undefined
Here's the current (as of May 2012) link to JSDoc's latest iteration, JSDoc 3: usejsdoc.org and github.com/jsdoc3/jsdoc
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.