We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2057a1 commit c1b5ebdCopy full SHA for c1b5ebd
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- Fixed a bug where optional properties were not appropriately marked as optional, #2200.
6
- Fixed shifted navigation pane on devices 1024px wide, #2191.
7
+- Add missing `@private` and `@protected` tags to `typedoc/tsdoc.json`, #2187.
8
9
### Thanks!
10
tsdoc.json
@@ -66,6 +66,14 @@
66
"tagName": "@linkplain",
67
"syntaxKind": "block",
68
"allowMultiple": true
69
+ },
70
+ {
71
+ "tagName": "@private",
72
+ "syntaxKind": "modifier"
73
74
75
+ "tagName": "@protected",
76
77
}
78
]
79
0 commit comments