Add explicit includes/excludes to jsdoc config.
This commit is contained in:
+7
-1
@@ -8,7 +8,13 @@
|
|||||||
},
|
},
|
||||||
"source": {
|
"source": {
|
||||||
"includePattern": ".+\\.js(doc)?$",
|
"includePattern": ".+\\.js(doc)?$",
|
||||||
"excludePattern": "(^|\\/|\\\\)_"
|
"excludePattern": "(^|\\/|\\\\)_",
|
||||||
|
"exclude": [
|
||||||
|
"src/googx/dom/fullscreen.js"
|
||||||
|
],
|
||||||
|
"include": [
|
||||||
|
"src"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"plugins/markdown",
|
"plugins/markdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user