From 523bcb0bb9ad74110b719dd816830b8e12d26196 Mon Sep 17 00:00:00 2001 From: Ira Hopkinson Date: Mon, 20 Nov 2023 08:07:10 +1300 Subject: [PATCH] Improve JSDoc divider - see https://github.com/hosseinmd/prettier-plugin-jsdoc/issues/216#issuecomment-1816858891 - still doesn't show as JSDoc divider --- lib/papi-dts/papi.d.ts | 2 +- src/shared/models/web-view.model.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/papi-dts/papi.d.ts b/lib/papi-dts/papi.d.ts index 22fa7ebbae..dfeb836e7c 100644 --- a/lib/papi-dts/papi.d.ts +++ b/lib/papi-dts/papi.d.ts @@ -97,7 +97,7 @@ declare module 'shared/models/web-view.model' { * If you plan on embedding any iframes in your WebView, it is best practice to list only the host * values you need to function. The more you list, the higher the theoretical security risks. * - * ~-~ + * --- * * **For URL WebViews:** List of strings representing RegExp patterns (passed into [the RegExp * constructor](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/RegExp)) diff --git a/src/shared/models/web-view.model.ts b/src/shared/models/web-view.model.ts index 1249d115cb..24feb51d08 100644 --- a/src/shared/models/web-view.model.ts +++ b/src/shared/models/web-view.model.ts @@ -97,7 +97,7 @@ type WebViewDefinitionBase = { * If you plan on embedding any iframes in your WebView, it is best practice to list only the host * values you need to function. The more you list, the higher the theoretical security risks. * - * ~-~ + * --- * * **For URL WebViews:** List of strings representing RegExp patterns (passed into [the RegExp * constructor](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/RegExp))