build(aio): do not render private classes and members
This commit is contained in:

committed by
Miško Hevery

parent
45e2126273
commit
8c12374c4c
@ -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')); })
|
||||
|
Reference in New Issue
Block a user