Skip to content

Commit

Permalink
Added access tags to the list of tags having types (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
smaren authored and teppeis committed Dec 7, 2019
1 parent 747448d commit ab4b170
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ const tagsHavingType = new Set([
"extends",
"implements",
"param",
"private",
"protected",
"public",
"return",
"this",
"type",
Expand Down

0 comments on commit ab4b170

Please sign in to comment.