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
This needs a little more thought than the opening post describes:
Does it only use the description or tags as well?
Should it only look at other signatures if the current signature has no jsdoc comment at all?
How should @param tags of other signatures be handled?
This may be kind of a braking change if it also uses @deprecated tag of another signature.
TypeScript Version: 3.0.0-dev.20180522
Search Terms:
Code
Expected behavior:
f(1)
has documented infoA
.Actual behavior:
f(1)
has no documented info.Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: