Skip to content

Commit f0de38c

Browse files
authored
Merge pull request #2665 from waynemwashuma/master
2 parents 910f99b + ec1f863 commit f0de38c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/lib/utils/options/tsdoc-defaults.ts

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const blockTags = [
2222
"@default",
2323
"@document",
2424
"@extends",
25+
"@augments", //Alias for @extends
2526
"@yields",
2627
"@group",
2728
"@groupDescription",

tsdoc.json

+4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
"tagName": "@extends",
8080
"syntaxKind": "block"
8181
},
82+
{
83+
"tagName": "@augments",
84+
"syntaxKind": "block"
85+
},
8286
{
8387
// TSDoc defines @returns, we also recognize @return for JSDoc compat
8488
"tagName": "@return",

0 commit comments

Comments
 (0)