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:
parent
0a09fb1432
commit
3e52e32dce
|
@ -0,0 +1,3 @@
|
|||
module.exports = function() {
|
||||
return {name: 'codeGenApi'};
|
||||
};
|
Loading…
Reference in New Issue