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
Support comments on source declarations in more cases
This seems like a reasonable tradeoff between allowing doc comments to be placed
on members which are otherwise undocumentable and avoiding issues with functions
where comments on the export declaration would only partially override the comments
due to `@param` comments being present on the parameters very early.
Resolves#2964
0 commit comments