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 I run jsdoc with the --tutorials flag, I get the following error.
--tutorials
children = children.concat(this.getTutorialChildren(child)); ^ TypeError: undefined is not a function
Making the template ignore my tutorials folder, allows jsdoc to finish.
jsdoc
The text was updated successfully, but these errors were encountered:
This doesn't sound good! I'll investigate.
Sorry, something went wrong.
fix crash when a tutorial is present (#173)
620c85e
I've fixed the crash, but tutorials are still not working properly. It appears that I implemented tutorials without ever testing them. :/
I'll continue to use this issue to track the remaining changes to get tutorials up and running.
actually render tutorial content (#173)
651988d
add basic test for tutorial layout (#173)
4d65b54
No branches or pull requests
When I run jsdoc with the
--tutorials
flag, I get the following error.Making the template ignore my tutorials folder, allows
jsdoc
to finish.The text was updated successfully, but these errors were encountered: