diff --git a/src/parser.ts b/src/parser.ts index b30bec58..9a94d519 100644 --- a/src/parser.ts +++ b/src/parser.ts @@ -20,6 +20,9 @@ const tagsHavingType = new Set([ "extends", "implements", "param", + "private", + "protected", + "public", "return", "this", "type",