From 58fb5e4d1dffd42685c88af4652a135e7705e2b9 Mon Sep 17 00:00:00 2001 From: cmahnke <194820+cmahnke@users.noreply.github.com> Date: Mon, 4 Aug 2025 20:55:09 +0200 Subject: [PATCH 1/3] Remove dead Link http://usejsdoc.org/about-configuring-jsdoc.html is pointing to a scam / casino site --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ad31eae..7ac1372 100644 --- a/README.md +++ b/README.md @@ -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 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. From 38512286b9a3349b9bd7a05b77c82e3cb5973575 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 5 Aug 2025 21:22:25 -0600 Subject: [PATCH 2/3] Add link to https://jsdoc.app/ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ac1372..890c311 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ To configure JSDoc to use the plugin, add the following to the JSDoc configurati ], ``` +See https://jsdoc.app/ for more details on how to configure JSDoc. + ## What this plugin does 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. From 57c3f713a73c478537220a000aa73a03b40dbcfd Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 5 Aug 2025 21:26:27 -0600 Subject: [PATCH 3/3] Link to configuration page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 890c311..ed4a65b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To configure JSDoc to use the plugin, add the following to the JSDoc configurati ], ``` -See https://jsdoc.app/ for more details on how to configure JSDoc. +See https://jsdoc.app/about-configuring-jsdoc for more details on how to configure JSDoc. ## What this plugin does