Skip to content

Commit 16b2694

Browse files
committed
Update comment discovery to more closely match TS
Resolves #2084 Resolves #2545
1 parent 42a1759 commit 16b2694

File tree

14 files changed

+744
-239
lines changed

14 files changed

+744
-239
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44

55
- Added a `--suppressCommentWarningsInDeclarationFiles` option to disable warnings from
66
parsing comments in declaration files, #2611.
7+
- Improved comment discovery to more closely match TypeScript's discovery when getting comments
8+
for members of interfaces/classes, #2084, #2545.
79

810
### Bug Fixes
911

1012
- The `text` non-highlighted language no longer causes warnings when rendering, #2610.
13+
- If a comment on a method is inherited from a parent class, and the child class does not
14+
use an `@param` tag from the parent, TypeDoc will no longer warn about the `@param` tag.
1115

1216
## v0.26.1 (2024-06-22)
1317

0 commit comments

Comments
 (0)