Where I work we are using phpdocumentor and it works fine. But I cannot find an application to do the same for javascript.

I found a few answer on stackoverflow, but they are all 2 years old :

What options are available for documenting your Javascript code?

Javascript Standard Documentation Tool

Parsing Javascript files with phpDocumentor

One application seems to stand out : JSDoc Toolkit. But as described by John Feminella (stackoverflow user) it is a 800 pound gorilla, and only work in command line.

In the last two years, have there be a better tools created? (with a GUI, that would be great)

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

JsDoc is the only option I've had experience with... integrated it into our build process here with no issues. Didn't get any "800 lb gorilla" impression from it though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.