Skip to content

Commit

Permalink
Quick fixes to doc and removed incorrect library
Browse files Browse the repository at this point in the history
  • Loading branch information
srz2 committed Feb 8, 2025
1 parent 4ee2f7e commit b7a126d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/user-functions/script-user-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can for example pass the `tp` object to your function, to be able to use all

## User Script Documentation

Optionally you can document what a script does using the [TSDoc Standard](https://tsdoc.org/pages/spec/overview/) at the **top** of your method file. If provided, this will provide an intellisense-like experience for your user scripts similar to the experience of the other templater functions.
Optionally you can document what a script does using the [TSDoc Standard](https://tsdoc.org/) at the **top** of your method file. If provided, this will provide an intellisense-like experience for your user scripts similar to the experience of the other templater functions.

Note: Currently, only **function summaries** are supported.

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@popperjs/core": "^2.11.6",
"@silentvoid13/rusty_engine": "^0.4.0",
"child_process": "^1.0.2",
"doctrine": "^3.0.0",
"typescript": "^4.8.4"
},
"config": {
Expand Down

0 comments on commit b7a126d

Please sign in to comment.