Browse Source

Excluded MetaConfig from JSDoc

n1474335 7 years ago
parent
commit
77203a4363
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Gruntfile.js

+ 1 - 0
Gruntfile.js

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