Excluded MetaConfig from JSDoc
parent
d3246b7c8b
commit
77203a4363
|
@ -149,6 +149,7 @@ module.exports = function (grunt) {
|
|||
src: [
|
||||
"src/**/*.js",
|
||||
"!src/core/lib/**/*",
|
||||
"!src/core/config/MetaConfig.js"
|
||||
],
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue