Skip to content

Commit

Permalink
Add @include and @includeCode to changelog for 0.27
Browse files Browse the repository at this point in the history
Resolves #2786
  • Loading branch information
Gerrit0 committed Nov 27, 2024
1 parent 6adc8c6 commit 51dcb74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@ title: Changelog
commonly used types as it will result in inlining the comments for those
types everywhere they are referenced, #2303.
- Introduced a new `@useDeclaredType` tag for type aliases which can sometimes
improve their documentation, #2654..
improve their documentation, #2654.
- Added a new `@mergeModuleWith` tag which can be used to tell TypeDoc to
place a module/namespace's children under a different module/namespace and
remove the real parent, #2281.
- Added new `@include` and `@includeCode` inline tags to include files within
comments/documents.
- Add `notRenderedTags` option. This option is similar to the `excludeTags`
option, but while `excludeTags` will result in the tag being completely
removed from the documentation, `notRenderedTags` only prevents it from
Expand Down

0 comments on commit 51dcb74

Please sign in to comment.