-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeDoc @link attribute #2198
Comments
This is because I'm looking at changing this behavior in 0.24 (tracking issue is #2141) so that if TypeScript resolves a |
The I've checked the TSDoc reference about the |
The TSDoc website isn't really complete. https://tsdoc.org/pages/spec/overview/ references the "new" spec, which is what TypeDoc implements (partially, because nobody wants to fully qualify every link), the relevant bit is here I'd honestly recommend just using |
v0.24.0 has been released, which should resolve your issues |
Search terms
link
Question
I had a lot of [[links]] in my comments, and since
0.24.0
is dropping the support to that, I tried migrating to{@link value}
syntax without success. This issue happens in0.23.x
and0.24.0-beta.3
Like this:
https://github.com/matteobruni/tsparticles/blob/075bfbcead80a456312f893152be6acf625a81c3/engine/src/Core/Loader.ts#L31
The
Container
linked is a class imported and existing in the same folderhttps://github.com/matteobruni/tsparticles/blob/075bfbcead80a456312f893152be6acf625a81c3/engine/src/Core/Loader.ts#L2
https://github.com/matteobruni/tsparticles/blob/v2/engine/src/Core/Container.ts
But when I build the docs I got errors like this:
But I don't understand what's wrong with my link.
Other links tried without success:
{@link Container:class}
{@link Container:type}
The text was updated successfully, but these errors were encountered: