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?
+2
A:
Checkout ext-doc made especially for this job. http://code.google.com/p/ext-doc/
jDempster
2009-03-16 09:54:39
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>http://extjs.com/deploy/dev/docs/
Ballsacian1
2009-05-25 01:24:23