Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ To configure JSDoc to use the plugin, add the following to the JSDoc configurati
],
```

See http://usejsdoc.org/about-configuring-jsdoc.html for more details on how to configure JSDoc.

## What this plugin does
Comment thread
tschaub marked this conversation as resolved.

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.
Expand Down