build(aio): add processor to migrate legacy tags @whatItDoes and @howToUse (#22401)

See https://github.com/angular/angular/issues/22135#issuecomment-367632372

PR Close #22401
This commit is contained in:
Pete Bacon Darwin
2018-02-23 13:47:26 +00:00
committed by Alex Eagle
parent e75f0cee18
commit b924ce3a62
3 changed files with 103 additions and 0 deletions

View File

@ -14,6 +14,7 @@ const { API_SOURCE_PATH, API_TEMPLATES_PATH, requireFolder } = require('../confi
module.exports = new Package('angular-api', [basePackage, typeScriptPackage])
// Register the processors
.processor(require('./processors/migrateLegacyJSDocTags'))
.processor(require('./processors/convertPrivateClassesToInterfaces'))
.processor(require('./processors/generateApiListDoc'))
.processor(require('./processors/addNotYetDocumentedProperty'))