We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 910f99b + ec1f863 commit f0de38cCopy full SHA for f0de38c
src/lib/utils/options/tsdoc-defaults.ts
@@ -22,6 +22,7 @@ export const blockTags = [
22
"@default",
23
"@document",
24
"@extends",
25
+ "@augments", //Alias for @extends
26
"@yields",
27
"@group",
28
"@groupDescription",
tsdoc.json
@@ -79,6 +79,10 @@
79
"tagName": "@extends",
80
"syntaxKind": "block"
81
},
82
+ {
83
+ "tagName": "@augments",
84
+ "syntaxKind": "block"
85
+ },
86
{
87
// TSDoc defines @returns, we also recognize @return for JSDoc compat
88
"tagName": "@return",
0 commit comments