ExxtJS 4 JSDuck 6
我有一个带有许多 ExtJS 应用程序(即 MyApp)的 ExtJS 工作区(MyWS)。工作区中有一个 overrides 文件夹 (MyWS.overrides)。
JSDuck html 文档的左侧面板中列出了“Ext”、“MyApp”和“MyWS”命名空间,但“MyWS.overrides”命名空间没有。
如何列出“MyWS.overrides”命名空间?
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;}"
]
}