File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ title: Changelog
8
8
9
9
- Fix restoration of groups/categories including documents, #2801 .
10
10
11
+ ### Thanks!
12
+
13
+ - @SacDeNoeuds
14
+
11
15
## v0.27.4 (2024-12-09)
12
16
13
17
### Features
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ title: Declaration References
4
4
5
5
# Declaration References
6
6
7
- Note: If [ --useTsLinkResolution] ( options/comments.md#usetslinkresolution ) is turned on (the default) this page likely
8
- ** does not apply** for your links. Declaration references are used only if that option is off or TypeScript
9
- fails to resolve a link.
7
+ > [ !note]
8
+ > If [ --useTsLinkResolution] ( options/comments.md#usetslinkresolution ) is turned on (the default) this page likely
9
+ > ** does not apply** for your links. Declaration references are used only if that option is off or TypeScript
10
+ > fails to resolve a link.
10
11
11
12
Some tags like [ ` {@link} ` ] ( tags/link.md ) and [ ` {@inheritDoc} ` ] ( tags/inheritDoc.md ) can refer to other
12
13
members of the documentation. These tags use declaration references to name another declaration.
You can’t perform that action at this time.
0 commit comments