Skip to content

Commit

Permalink
Update comment discovery to more closely match TS
Browse files Browse the repository at this point in the history
Resolves #2084
Resolves #2545
  • Loading branch information
Gerrit0 committed Jun 23, 2024
1 parent 42a1759 commit 16b2694
Show file tree
Hide file tree
Showing 14 changed files with 744 additions and 239 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@

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

### Bug Fixes

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

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

Expand Down
Loading

0 comments on commit 16b2694

Please sign in to comment.