1
0
Fork 0
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:
Kerollos Magdy 2020-05-15 16:21:00 +02:00 committed by GitHub
parent f37967d229
commit b0d62cdbd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/