Do not process file type doclets

This commit is contained in:
Andreas Hocevar
2014-08-08 13:36:38 +02:00
parent e8eebd8846
commit 9e814f119f

View File

@@ -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