build(docs-infra): add empty `codeGenApi` JSDoc tag definition (#32207)

This avoids warning such as the following ([example][1]):

```
warn: Invalid tags found -
  doc "platform-browser/ɵBROWSER_SANITIZATION_PROVIDERS__POST_R3__" (const)
  from file "platform-browser/src/browser.ts"
```

[1]: https://circleci.com/gh/angular/angular/427064

PR Close #32207
This commit is contained in:
George Kalpakas 2019-08-20 11:34:16 +03:00 committed by atscott
parent 0a09fb1432
commit 3e52e32dce
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
module.exports = function() {
return {name: 'codeGenApi'};
};