mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
Add link to JSDoc website (#5370)
This commit is contained in:
parent
f37967d229
commit
b0d62cdbd7
1 changed files with 2 additions and 0 deletions
|
@ -63,3 +63,5 @@ and are denoted by a leading `/**` before terminating with a `*/`. For example:
|
|||
/** A simple JSDoc comment */
|
||||
export const FOO = "foo";
|
||||
```
|
||||
|
||||
Find more at https://jsdoc.app/
|
||||
|
|
Loading…
Add table
Reference in a new issue