From 77203a43637970ef57e1e5e323566f4f464b41f8 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Sun, 17 Sep 2017 14:59:11 +0100 Subject: [PATCH] Excluded MetaConfig from JSDoc --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 03c8408f..9ff98c04 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -149,6 +149,7 @@ module.exports = function (grunt) { src: [ "src/**/*.js", "!src/core/lib/**/*", + "!src/core/config/MetaConfig.js" ], } },