We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the simple theme, if I'm browsing the generated documentation and click in a source file,example:
generated in myAPI.js:42
When I click myAPI.js, instead of taking me to:
C:/Users/Me/Lib/JS/myProject/out/files/myAPI.js
It takes me to
C:/Users/Me/Lib/JS/myProject/files/myAPI.js
Which obviously does not exist
The text was updated successfully, but these errors were encountered:
For this I needed to change the "../{{found_at}}" in classes.handlebars to just read "{{found_at}}"
Sorry, something went wrong.
Merged with #187.
Reopen, this issue seems not to be a duplication of #187. I'll take a look for this.
Fix link to source files at simple theme templates
e837e81
Fix yui#186.
#309 is ready for review.
okuryu
Successfully merging a pull request may close this issue.
When using the simple theme, if I'm browsing the generated documentation and click in a source file,example:
When I click myAPI.js, instead of taking me to:
It takes me to
Which obviously does not exist
The text was updated successfully, but these errors were encountered: