Skip to content

Commit

Permalink
Improve JSDoc divider (#647)
Browse files Browse the repository at this point in the history
- see hosseinmd/prettier-plugin-jsdoc#216 (comment)
- still doesn't show as JSDoc divider
  • Loading branch information
irahopkinson authored Nov 20, 2023
1 parent 5dd0a12 commit 03e606b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/papi-dts/papi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion src/shared/models/web-view.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 03e606b

Please sign in to comment.