build(aio): do not render private classes and members

This commit is contained in:
Peter Bacon Darwin
2017-03-19 08:35:08 +00:00
committed by Miško Hevery
parent 45e2126273
commit 8c12374c4c
3 changed files with 50 additions and 0 deletions

View File

@ -47,6 +47,7 @@ module.exports =
.processor(require('./processors/filterMemberDocs'))
.processor(require('./processors/convertToJson'))
.processor(require('./processors/markBarredODocsAsPrivate'))
.processor(require('./processors/filterPrivateDocs'))
// overrides base packageInfo and returns the one for the 'angular/angular' repo.
.factory('packageInfo', function() { return require(path.resolve(PROJECT_ROOT, 'package.json')); })