File: typedoc%2B0.23.24.patch

package info (click to toggle)
node-jose 4.11.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,264 kB
  • sloc: javascript: 16,258; sh: 111; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 897 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/node_modules/typedoc/dist/lib/converter/plugins/CommentPlugin.js b/node_modules/typedoc/dist/lib/converter/plugins/CommentPlugin.js
index 0a17453..de5914f 100644
--- a/node_modules/typedoc/dist/lib/converter/plugins/CommentPlugin.js
+++ b/node_modules/typedoc/dist/lib/converter/plugins/CommentPlugin.js
@@ -257,7 +257,7 @@ let CommentPlugin = class CommentPlugin extends components_1.ConverterComponent
                 context.logger.warn(`The label "${reflection.label}" for ${reflection.getFriendlyFullName()} cannot be referenced with a declaration reference. ` +
                     `Labels may only contain A-Z, 0-9, and _, and may not start with a number.`);
             }
-            mergeSeeTags(reflection.comment);
+            // mergeSeeTags(reflection.comment);
         }
         if (!(reflection instanceof models_1.DeclarationReflection)) {
             return;