From 69312108f37e2f58d95304eaa7d482307fdaaf31 Mon Sep 17 00:00:00 2001 From: Nayden Naydenov <31909318+nnaydenow@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:48:47 +0200 Subject: [PATCH] chore: migrate to md jsdoc in base (#8379) --- packages/base/src/Boot.ts | 2 +- packages/base/src/CSP.ts | 15 +++++---- packages/base/src/IgnoreCustomElements.ts | 8 ++--- packages/base/src/MediaRange.ts | 32 +++++++++---------- packages/base/src/UI5ElementMetadata.ts | 4 +-- packages/base/src/asset-registries/i18n.ts | 4 +-- .../util/IconCollectionsByTheme.ts | 2 +- packages/base/src/config/Icons.ts | 14 ++++---- packages/base/src/config/Language.ts | 2 +- packages/base/src/config/Theme.ts | 2 +- packages/base/src/config/ThemeRoot.ts | 6 ++-- packages/base/src/config/Timezone.ts | 2 +- packages/base/src/locale/applyDirection.ts | 5 +-- packages/base/src/types/DOMReference.ts | 2 +- packages/base/src/util/createLinkInHead.ts | 2 +- packages/base/src/util/createStyleInHead.ts | 2 +- 16 files changed, 52 insertions(+), 52 deletions(-) diff --git a/packages/base/src/Boot.ts b/packages/base/src/Boot.ts index 49060595977f..500a01f1fcaf 100644 --- a/packages/base/src/Boot.ts +++ b/packages/base/src/Boot.ts @@ -21,7 +21,7 @@ const isBooted = (): boolean => { /** * Attaches a callback that will be executed after boot finishes. - * Note: If the framework already booted, the callback will be immediately executed. + * **Note:** If the framework already booted, the callback will be immediately executed. * @public * @param { Function } listener */ diff --git a/packages/base/src/CSP.ts b/packages/base/src/CSP.ts index 35c3a069e0ba..a0bd276da47c 100644 --- a/packages/base/src/CSP.ts +++ b/packages/base/src/CSP.ts @@ -25,9 +25,11 @@ const getUrl = (packageName: string, path: string) => { }; /** - * Call this function to enable or disable the usage of tags instead of