From 51dcb74d27b9c25f779f2b62e3e867f0b7c41d8c Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Wed, 27 Nov 2024 12:17:11 -0700 Subject: [PATCH] Add `@include` and `@includeCode` to changelog for 0.27 Resolves #2786 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f23efa0f..5ea50777b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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