Update of api-report.md and humanize documentation.

Signed-off-by: Tomáš Tunkl <tomas.tunkl@avast.com>
This commit is contained in:
Tomáš Tunkl
2022-09-09 11:03:30 +02:00
parent 978d691ed2
commit 007204a8be
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -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?: {
@@ -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 */