diff options
author | Kerollos Magdy <kerolloz@yahoo.com> | 2020-05-15 16:21:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 10:21:00 -0400 |
commit | b0d62cdbd79a8dfcbe9ef8539fe2efae3f21890b (patch) | |
tree | 78ed0080198f2d053eea9fe1f7fe30f9cf3fefb3 | |
parent | f37967d229a8523251b3ab8b77e09c87914717d5 (diff) |
Add link to JSDoc website (#5370)
-rw-r--r-- | docs/contributing.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index f83756e9b..b48d18450 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -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/ |