warning Failed to resolve ... with declaration references. This link will break in v0.24.
See original GitHub issueSearch terms
warning Failed to resolve
Expected Behavior
No warning
Actual Behavior
warning Failed to resolve {@link https://stackoverflow.com/questions/92720/jquery-javascript-to-replace-broken-images} in data/employee.getFallbackImage with declaration references. This link will break in v0.24.
Steps to reproduce the bug
/**
* Return a fallback image if user image not found
*
* Usage {@link https://stackoverflow.com/questions/92720/jquery-javascript-to-replace-broken-images}
* Usage {@link https://stackoverflow.com/questions/8124866/how-does-one-use-the-onerror-attribute-of-an-img-element}
* @returns {string} - The path to the fallback image
* @example img.onerror=getFallbackimage()
*/
export function getFallbackImage(): string {
return 'xxx';
}
Environment
- Typedoc version: 0.23.5
- TypeScript version: 4.7.4
- Node.js version: 18.4.0
- OS: maCOS 12.2
Issue Analytics
- State:
- Created a year ago
- Comments:12
Top Results From Across the Web
Link Resolution - TypeDoc
This page describes the legacy link resolution strategy used by TypeDoc 0.22 and earlier. For the strategy used by TypeDoc 0.23, see the...
Read more >Release notes & updates – Azure CLI - Microsoft Learn
Learn about the latest Azure Command-Line Interface (CLI) release notes and updates for both the current and beta versions of the CLI.
Read more >LLVM Language Reference Manual
This document is a reference manual for the LLVM assembly language. LLVM is a Static Single Assignment (SSA) based representation that provides type...
Read more >PHP 7 ChangeLog
Fixed bug #79971 (special character is breaking the path in xml function). ... Fixed bug #80960 (opendir() warning wrong info when failed on...
Read more >Dockerfile reference - Docker Documentation
A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@frank-weindel Thank you for the update. I still believe that support for
@link
syntax with an external URL would be a helpful feature.Thank you!