readyou / jsdoc-toolkit

Automatically exported from code.google.com/p/jsdoc-toolkit
0 stars 0 forks source link

Trouble Parsing Ext JS framework #226

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to use the jsdoc-toolkit to parse files from the Ext JS
framework. The only information I am able to get it the doc comment located
at the top of the file. Is Ext JS compatible with jsdoc-toolkit. I have
included a js file from the framework as an example.

Original issue reported on code.google.com by gurufact...@gmail.com on 9 Jul 2009 at 4:41

Attachments:

GoogleCodeExporter commented 9 years ago
This question would be more appropriate for the user group, as it is neither a 
feature request or a bug report. 

JsDoc Toolkit is compatible with all frameworks. You may need to use the @name 
tag though, because the part 
of JsDoc Toolkit that does static analysis of your code to determine what the 
name is does not always work with 
non-standard coding styles.

Original comment by micmath on 11 Jul 2009 at 11:05

GoogleCodeExporter commented 9 years ago
Did you try here?
http://jsdoc-tk-ext.sourceforge.net/

Original comment by micmath on 26 Jul 2009 at 10:59