Skip to content

Commit

Permalink
Merge pull request #2662 from waynemwashuma/master
Browse files Browse the repository at this point in the history
Add support for `@yields`
  • Loading branch information
Gerrit0 authored Aug 12, 2024
2 parents 254e8ad + 63164f4 commit 910f99b
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 910f99b

Please sign in to comment.