What's the best way to document ExtJS code? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T05:02:24Zhttp://stackoverflow.com/feeds/question/467234http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/467234/whats-the-best-way-to-document-extjs-code1What's the best way to document ExtJS code?CL4NCY2009-01-21T22:10:28Z2009-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#4672540Answer by TopBanana for What's the best way to document ExtJS code?TopBanana2009-01-21T22:17:21Z2009-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#6497911Answer by jDempster for What's the best way to document ExtJS code?jDempster2009-03-16T09:54:39Z2009-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>