diff --git a/CHANGELOG.md b/CHANGELOG.md index 419295374..e749e9c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ title: Changelog - Fix restoration of groups/categories including documents, #2801. +### Thanks! + +- @SacDeNoeuds + ## v0.27.4 (2024-12-09) ### Features diff --git a/site/declaration-references.md b/site/declaration-references.md index 494418400..2e5668f3a 100644 --- a/site/declaration-references.md +++ b/site/declaration-references.md @@ -4,9 +4,10 @@ title: Declaration References # Declaration References -Note: If [--useTsLinkResolution](options/comments.md#usetslinkresolution) is turned on (the default) this page likely -**does not apply** for your links. Declaration references are used only if that option is off or TypeScript -fails to resolve a link. +> [!note] +> If [--useTsLinkResolution](options/comments.md#usetslinkresolution) is turned on (the default) this page likely +> **does not apply** for your links. Declaration references are used only if that option is off or TypeScript +> fails to resolve a link. Some tags like [`{@link}`](tags/link.md) and [`{@inheritDoc}`](tags/inheritDoc.md) can refer to other members of the documentation. These tags use declaration references to name another declaration.