File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,12 @@ title: Changelog
69
69
commonly used types as it will result in inlining the comments for those
70
70
types everywhere they are referenced, #2303 .
71
71
- Introduced a new ` @useDeclaredType ` tag for type aliases which can sometimes
72
- improve their documentation, #2654 ..
72
+ improve their documentation, #2654 .
73
73
- Added a new ` @mergeModuleWith ` tag which can be used to tell TypeDoc to
74
74
place a module/namespace's children under a different module/namespace and
75
75
remove the real parent, #2281 .
76
+ - Added new ` @include ` and ` @includeCode ` inline tags to include files within
77
+ comments/documents.
76
78
- Add ` notRenderedTags ` option. This option is similar to the ` excludeTags `
77
79
option, but while ` excludeTags ` will result in the tag being completely
78
80
removed from the documentation, ` notRenderedTags ` only prevents it from
You can’t perform that action at this time.
0 commit comments