Skip to content

Commit

Permalink
Fix #2187
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Mar 16, 2023
1 parent d2057a1 commit c1b5ebd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@

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

### Thanks!

Expand Down
8 changes: 8 additions & 0 deletions tsdoc.json
Expand Up @@ -66,6 +66,14 @@
"tagName": "@linkplain",
"syntaxKind": "block",
"allowMultiple": true
},
{
"tagName": "@private",
"syntaxKind": "modifier"
},
{
"tagName": "@protected",
"syntaxKind": "modifier"
}
]
}

0 comments on commit c1b5ebd

Please sign in to comment.