Search 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