Closed MetaMemoryT closed 10 years ago
Thanks for the crash report!
I've added some extra error output, so that you can identify the JSDoc comments causing these parse errors.
In the case of your api.js, Doctrine (the JSDoc parser) didn't seem to like your @param
tags. They don't really look like normal JSDoc tags to me either - we target the style used by the Closure compiler, which among other things uses curly braces for tags (e.g. @param {string}
).
Thanks, that looks great.
was trying to parse this file: https://gist.github.com/MetaMemoryT/e9b98d89c62ec7aec5a1
and got an error that was not very descriptive
it would be nice if it would tell what line of the input file it failed at