docs(*): add @publicModule
tags
Initial set of tags to demonstrate the public docs filtering Closes #988
This commit is contained in:

committed by
Misko Hevery

parent
8229d7edc2
commit
85799aa1a5
@ -10,6 +10,10 @@ module.exports = new Package('angular-public', [basePackage])
|
||||
parseTagsProcessor.tagDefinitions.push({ name: 'publicModule' });
|
||||
})
|
||||
|
||||
.config(function(processClassDocs) {
|
||||
processClassDocs.ignorePrivateMembers = true;
|
||||
})
|
||||
|
||||
// Configure file writing
|
||||
.config(function(writeFilesProcessor) {
|
||||
writeFilesProcessor.outputFolder = 'dist/public_docs';
|
||||
|
Reference in New Issue
Block a user