clenemt / docdash

:zap: Lodash inspired JSDoc 3 template/theme
http://clenemt.github.io/docdash/
Other
824 stars 201 forks source link

Navigation class method => jump to method #88

Closed edgar-koster closed 3 years ago

edgar-koster commented 4 years ago

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)