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)