Is there some way to get jsdoc to link directly to the line in the source code file instead of just to the beginning of the file?
Asked
Active
Viewed 615 times
1 Answers
0
Ah! Simple answer after looking at JSDoc's generated html. I just needed to click the line number instead of the html filename. (Just in case someone else is as new to JSDoc)

J Zakula
- 3
- 1
-
1Yet you even took care of highlighting the line number in the screenshot... – Álvaro González Apr 18 '17 at 07:47