Skip to content

Commit c1b5ebd

Browse files
committed
Fix #2187
1 parent d2057a1 commit c1b5ebd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Fixed a bug where optional properties were not appropriately marked as optional, #2200.
66
- Fixed shifted navigation pane on devices 1024px wide, #2191.
7+
- Add missing `@private` and `@protected` tags to `typedoc/tsdoc.json`, #2187.
78

89
### Thanks!
910

tsdoc.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@
6666
"tagName": "@linkplain",
6767
"syntaxKind": "block",
6868
"allowMultiple": true
69+
},
70+
{
71+
"tagName": "@private",
72+
"syntaxKind": "modifier"
73+
},
74+
{
75+
"tagName": "@protected",
76+
"syntaxKind": "modifier"
6977
}
7078
]
7179
}

0 commit comments

Comments
 (0)