up vote 4 down vote favorite
2
share [g+] share [fb]

Is there a good way to document ExtJS classes and functions and display them in html similar to the ExtJS documentation itself? I've looked into JSdoc but this doesn't seem to work with ExtJS. Are there any other tools that can do this?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Checkout ext-doc made especially for this job. http://code.google.com/p/ext-doc/

link|improve this answer
Easily the best way to do it. Using Ext-Doc you can embed all of your documentation into the ext doc viewer.<br>Check Out<br>extjs.com/deploy/dev/docs – Ballsacian1 May 25 '09 at 1:24
feedback

An alternative is http://code.google.com/p/jgrousedoc/

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.