You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: fix errors due to unknown JSDoc tags in API doc generation
In order to be able to merge class members from extended classes,
we currently have some special logic to resolve Dgeni API docs manually
through the type checker and TypeScript AST.
This logic works fine so far, but breaks the JSDoc parse processor after
the recent dgeni-packages update. The JSDoc parser breaks because we resolved
external source files (not part of our base path) that use other JSDoc
tags/annotations which are not supported/known to our Angular Material docs
generation.
This commit filters out such docs before adding them to the Dgeni pipeline.
Additionally adds a couple of tags/annotations which are not supported by
Dgeni, but used in our generation.
0 commit comments