diff --git a/apidoc/plugins/api.js b/apidoc/plugins/api.js index 824fb82334..9aaf34cfda 100644 --- a/apidoc/plugins/api.js +++ b/apidoc/plugins/api.js @@ -69,7 +69,7 @@ exports.handlers = { doclet.hideConstructor = true; } else { // Remove all other undocumented symbols - doclets.splice(i, 1); + doclet.undocumented = true; } } }