1
0
mirror of synced 2025-01-19 00:04:08 +01:00

Excluded MetaConfig from JSDoc

This commit is contained in:
n1474335 2017-09-17 14:59:11 +01:00
parent d3246b7c8b
commit 77203a4363

View File

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