I made this pull request as a solution for the links to the methods not jumping to the method on the page of the class. I'm not raising an issue for docdash, for I think it's an issue from jsdoc since the link is generated in the linkto function within the jsdoc templateUtil file. I've raised an issue there (click here) to change it, but this is a workaround you might be able to add to docdash since I don't know have fast jsdoc solves items.
The change for this is in the file publish.js.
(I need to figure out how I make a pull request selecting only the required files)
I made this pull request as a solution for the links to the methods not jumping to the method on the page of the class. I'm not raising an issue for docdash, for I think it's an issue from jsdoc since the link is generated in the
linkto
function within the jsdoctemplateUtil
file. I've raised an issue there (click here) to change it, but this is a workaround you might be able to add to docdash since I don't know have fast jsdoc solves items.The change for this is in the file
publish.js
.(I need to figure out how I make a pull request selecting only the required files)