senchalabs / jsduck

Simple JavaScript Duckumentation generator.
http://docs.sencha.com/
GNU General Public License v3.0
1.5k stars 238 forks source link

Extensions, Overrides, and References to Ext Classes Failing #629

Open davmillar opened 8 years ago

davmillar commented 8 years ago

We are using ExtJS 6.0.1 classic for our app and are attempting to generate documentation with it. Many references to Ext classes are spawning warnings for us:

The ExtJS documentation is generating from the path "../ext/classic/classic/" but is missing a ton of classes.

Additionally, using "--builtin-classes": true, to attempt to mitigate issues with Ext's documentation linking has instead thrown a ton of errors on its own:

Is this expected misbehavior for 6.x, or is there something weird going on we need to look for?