What's the best way to document ExtJS code? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T05:02:24Z http://stackoverflow.com/feeds/question/467234 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/467234/whats-the-best-way-to-document-extjs-code 1 What's the best way to document ExtJS code? CL4NCY 2009-01-21T22:10:28Z 2009-03-16T09:54:39Z <p>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?</p> http://stackoverflow.com/questions/467234/whats-the-best-way-to-document-extjs-code/467254#467254 0 Answer by TopBanana for What's the best way to document ExtJS code? TopBanana 2009-01-21T22:17:21Z 2009-01-21T22:17:21Z <p>An alternative is <a href="http://code.google.com/p/jgrousedoc/" rel="nofollow">http://code.google.com/p/jgrousedoc/</a></p> http://stackoverflow.com/questions/467234/whats-the-best-way-to-document-extjs-code/649791#649791 1 Answer by jDempster for What's the best way to document ExtJS code? jDempster 2009-03-16T09:54:39Z 2009-03-16T09:54:39Z <p>Checkout ext-doc made especially for this job. <a href="http://code.google.com/p/ext-doc/" rel="nofollow">http://code.google.com/p/ext-doc/</a></p>