0

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?

Screenshot of link text

Álvaro González
  • 142,137
  • 41
  • 261
  • 360
J Zakula
  • 3
  • 1

1 Answers1

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