Excluded MetaConfig from JSDoc

This commit is contained in:
n1474335 2017-09-17 14:59:11 +01:00
parent d3246b7c8b
commit 77203a4363
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ module.exports = function (grunt) {
src: [
"src/**/*.js",
"!src/core/lib/**/*",
"!src/core/config/MetaConfig.js"
],
}
},