You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: