chore: add api extractor configuration and fix some associated problems (#6388)

* chore: add configuration for api extractor

* fix: remove extra param names

* chore: private to internal

* remove unrestricted

* chore: remove double backticks

* chore: remove fileoverview and export * as

* chore: return to returns

* chore: fix backslashes and angle brackets in tsdoc

* chore: final to sealed

* chore: ignore to internal

* chore: fix link tags

* chore: add api-extractor configuration

* chore: add unrecognized tag names

* chore: remove tsdoc-metadata

* fix: correct index.d.ts

* chore: fix connection link
This commit is contained in:
Maribeth Bottorff
2022-09-01 11:39:05 -07:00
committed by GitHub
parent 55ea12bd21
commit ec72e8bb4d
37 changed files with 1013 additions and 84 deletions

View File

@@ -77,7 +77,7 @@ export class MetricsManager implements IMetricsManager {
* pixel coordinates. Returns 0 for the width and height if the workspace has
* a simple toolbox instead of a category toolbox. To get the width and height
* of a
* simple toolbox @see {@link getFlyoutMetrics}.
* simple toolbox @see {@link MetricsManager#getFlyoutMetrics}.
*
* @returns The object with the width, height and position of the toolbox.
*/