MCPcopy Create free account
hub / github.com/angular/components / isDeprecatedDoc

Function isDeprecatedDoc

tools/dgeni/common/decorators.ts:48–50  ·  view source on GitHub ↗
(doc: ApiDoc)

Source from the content-addressed store, hash-verified

46}
47
48export function isDeprecatedDoc(doc: ApiDoc): boolean {
49 return hasJsDocTag(doc, 'deprecated');
50}
51
52/** Whether the given document is annotated with the "@docs-primary-export" jsdoc tag. */
53export function isPrimaryExportDoc(doc: ApiDoc): boolean {

Callers 2

decorateDeprecatedDocFunction · 0.85

Calls 1

hasJsDocTagFunction · 0.90

Tested by

no test coverage detected