From 9e814f119fd95da69dcf3d89bf15d4c3b41ddc29 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Fri, 8 Aug 2014 13:36:38 +0200 Subject: [PATCH] Do not process file type doclets --- buildcfg/jsdoc/info/publish.js | 1 + 1 file changed, 1 insertion(+) diff --git a/buildcfg/jsdoc/info/publish.js b/buildcfg/jsdoc/info/publish.js index f9c8c28ac7..da797f5f4c 100644 --- a/buildcfg/jsdoc/info/publish.js +++ b/buildcfg/jsdoc/info/publish.js @@ -32,6 +32,7 @@ exports.publish = function(data, opts) { return this.meta && (/[\\\/]externs$/).test(this.meta.path); } ], + {kind: {'!is': 'file'}}, {kind: {'!is': 'event'}}).get(); // get symbols data, filter out those that are members of private classes