Browse Source

Excluded MetaConfig from JSDoc

n1474335 7 năm trước cách đây
mục cha
commit
77203a4363
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Gruntfile.js

+ 1 - 0
Gruntfile.js

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