ExxtJS 4 JSDuck 6
I have an ExtJS workspace (MyWS) with a number of ExtJS apps (i.e. MyApp). There is an overrides folder in the workspace (MyWS.overrides).
The 'Ext', 'MyApp' and 'MyWS' namespaces are listed in the left panel of the JSDuck html documentation, but the 'MyWS.overrides' namespace is not.
How can I get the 'MyWS.overrides' namespace listed?
Config file:
{
"--": [
"MyApp/app",
"overrides",
"packages/MyPackage/src",
"ext/src"
],
"--ext-namespaces": "Ext,MyApp,MyWS,MyWS.overrides",
"--warnings": "-all:ext/src",
"--output": "docs",
"--css": [
".class-categories .section div {min-width: 250px; margin-right: 35px; width: auto !important;}"
]
}