-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
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
empty @inner tag (in wrong place?) crashes very ugly #652
Comments
Thanks for the bug report! I won't be able to check this out today but will dig in as soon as possible. |
Okay: so I've got a PR that will fix this issue - keep documentation.js from crashing on similar input, and filed an issue on usejsdoc because I can't decipher what the intent or usage of |
The purpose and usage of inner is still unclear, unfortunately, so this is an interim fix at best. Fixes #652
* fix(scopes): Support inner scope The purpose and usage of inner is still unclear, unfortunately, so this is an interim fix at best. Fixes #652 * Improve comment typedef while we're at it
Reopening: I have new knowledge about what |
I developed an AMD module that uses an internal function. I thought it would be nice to tag the documentation of that function with the @inner tag (though it might not be entirely valid). That crashes documentationjs without clean error. Adding some text on the same line after @inner removes the crash.
Code sample:
Error Message:
The text was updated successfully, but these errors were encountered: