chore(doc-gen): update dgeni-packages to 0.10.18

0.10.18 has fixed the `@private` tag so this is not needed locally any more
This commit is contained in:
Peter Bacon Darwin
2015-07-11 07:21:21 +01:00
parent 2e4a2a0e5a
commit 875db11822
6 changed files with 101 additions and 114 deletions

View File

@ -48,8 +48,6 @@ module.exports = new Package('angular-v2-docs', [jsdocPackage, nunjucksPackage,
.config(function(parseTagsProcessor, getInjectables) {
parseTagsProcessor.tagDefinitions.push(require('./tag-defs/private'));
// We actually don't want to parse param docs in this package as we are getting the data out using TS
parseTagsProcessor.tagDefinitions.forEach(function(tagDef) {
if (tagDef.name === 'param') {