You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ To configure JSDoc to use the plugin, add the following to the JSDoc configurati
16
16
],
17
17
```
18
18
19
+
See https://jsdoc.app/ for more details on how to configure JSDoc.
20
+
19
21
## What this plugin does
20
22
21
23
When using the `class` keyword for defining classes (required by TypeScript), JSDoc requires `@classdesc` and `@extends` annotations. With this plugin, no `@classdesc` and `@extends` annotations are needed.
0 commit comments