Skip to content
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

Is it possible to @link to a particular overload? #673

Open
dgreensp opened this issue Dec 3, 2024 · 2 comments
Open

Is it possible to @link to a particular overload? #673

dgreensp opened this issue Dec 3, 2024 · 2 comments

Comments

@dgreensp
Copy link

dgreensp commented Dec 3, 2024

For example, say I want to link to another overload of the same function.

JSDoc descends from JavaDoc, which of course has always supported linking to overloads. Is it a new concept now?

@crowlKats
Copy link
Member

Since javacript doesnt have overloads, JSDoc has no notion of them. how does JavaDoc do linking to overloads? we might be able to implement it with similar syntax

@dgreensp
Copy link
Author

dgreensp commented Dec 6, 2024

Here's what TSDoc does: https://tsdoc.org/pages/tags/link/

JavaDoc supports this set of syntaxes:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants