Skip to content

Commit

Permalink
Add support for @yields
Browse files Browse the repository at this point in the history
  • Loading branch information
waynemwashuma committed Aug 11, 2024
1 parent 254e8ad commit a8c5b36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/utils/options/tsdoc-defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const blockTags = [
"@default",
"@document",
"@extends",
"@yields",
"@group",
"@groupDescription",
"@import",
Expand Down
4 changes: 4 additions & 0 deletions tsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
"tagName": "@return",
"syntaxKind": "block"
},
{
"tagName": "@yields",
"syntaxKind": "block"
},
{
"tagName": "@enum",
"syntaxKind": "modifier"
Expand Down

0 comments on commit a8c5b36

Please sign in to comment.