Search terms
[warning] Failed to resolve link to "x" in comment for docs
Expected Behavior
/**
 * {@link x} <-- should be resolved with TS resolution
 * @packageDocumentation
 */
/** Required comment */
import { x } from "foo"; 
Actual Behavior
{@link x} fails to be resolved with TS link resolution.
Steps to reproduce the bug
Create a file with two comments at the start of the file and observe that link resolution doesn't work as expected.
Environment
- Typedoc version: 0.28.10
 
- TypeScript version: 5.9.2
 
- Node.js version: 20.10
 
- OS: Fedora