Add explicit includes/excludes to jsdoc config.

This commit is contained in:
Marc Jansen
2014-03-06 16:06:51 +01:00
parent 8c9d22c5e5
commit 32524d186a

View File

@@ -8,7 +8,13 @@
},
"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
"excludePattern": "(^|\\/|\\\\)_",
"exclude": [
"src/googx/dom/fullscreen.js"
],
"include": [
"src"
]
},
"plugins": [
"plugins/markdown",