Do not process file type doclets
This commit is contained in:
@@ -32,6 +32,7 @@ exports.publish = function(data, opts) {
|
|||||||
return this.meta && (/[\\\/]externs$/).test(this.meta.path);
|
return this.meta && (/[\\\/]externs$/).test(this.meta.path);
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
{kind: {'!is': 'file'}},
|
||||||
{kind: {'!is': 'event'}}).get();
|
{kind: {'!is': 'event'}}).get();
|
||||||
|
|
||||||
// get symbols data, filter out those that are members of private classes
|
// get symbols data, filter out those that are members of private classes
|
||||||
|
|||||||
Reference in New Issue
Block a user