Skip to content

Commit 910f99b

Browse files
authored
Merge pull request #2662 from waynemwashuma/master
Add support for `@yields`
2 parents 254e8ad + 63164f4 commit 910f99b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const blockTags = [
2222
"@default",
2323
"@document",
2424
"@extends",
25+
"@yields",
2526
"@group",
2627
"@groupDescription",
2728
"@import",

tsdoc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@
8484
"tagName": "@return",
8585
"syntaxKind": "block"
8686
},
87+
{
88+
"tagName": "@yields",
89+
"syntaxKind": "block"
90+
},
8791
{
8892
"tagName": "@enum",
8993
"syntaxKind": "modifier"

0 commit comments

Comments
 (0)