diff --git a/plugins/catalog-react/api-report.md b/plugins/catalog-react/api-report.md index a5567aa9c8..b2b098ec68 100644 --- a/plugins/catalog-react/api-report.md +++ b/plugins/catalog-react/api-report.md @@ -436,9 +436,7 @@ export function getEntitySourceLocation( scmIntegrationsApi: ScmIntegrationRegistry, ): EntitySourceLocation | undefined; -// Warning: (tsdoc-undefined-tag) The TSDoc tag "@property" is not defined in this configuration -// -// @public +// @public (undocumented) export function humanizeEntityRef( entityRef: Entity | CompoundEntityRef, opts?: { diff --git a/plugins/catalog-react/src/components/EntityRefLink/humanize.ts b/plugins/catalog-react/src/components/EntityRefLink/humanize.ts index 4a53ace1e3..358b6a5851 100644 --- a/plugins/catalog-react/src/components/EntityRefLink/humanize.ts +++ b/plugins/catalog-react/src/components/EntityRefLink/humanize.ts @@ -21,7 +21,7 @@ import { } from '@backstage/catalog-model'; /** - * @property defaultNamespace - if set to false then namespace is never omitted, + * @param defaultNamespace - if set to false then namespace is never omitted, * if set to string which matches namespace of entity then omitted * * @public */