diff --git a/apidoc/plugins/exports.js b/apidoc/plugins/exports.js index 6f268734bf..9ea83120d1 100644 --- a/apidoc/plugins/exports.js +++ b/apidoc/plugins/exports.js @@ -114,7 +114,7 @@ exports.handlers = { parseComplete: function(e) { for (var j = e.doclets.length - 1; j >= 0; --j) { var doclet = e.doclets[j]; - if (doclet.kind == 'namespace') { + if (doclet.kind == 'namespace' || doclet.kind == 'event' || doclet.fires) { continue; } var fqn = doclet.longname;