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
Hey hi, is there a migration guide or some notes on how to upgrade to 2.x.x and what does it brings? Thanks
The text was updated successfully, but these errors were encountered:
i can write one for you tonight but my quickest answer is: use jsdoc2md.getTemplateData().
This method would return you identical data to what jsdoc-parse v1 returns, with the exception of the enum and @private changes i mentioned here
enum
@private
jsdoc2md.getTemplateDataSync({ files: 'lib/*.js' }) // returns jsdoc-parse data
you could use jsdoc-parse v2 alone if you like but it expects raw jsdoc data to be passed in - which you could get using jsdoc-api.
Sorry, something went wrong.
Thanks! I think that's enough
No branches or pull requests
Hey hi, is there a migration guide or some notes on how to upgrade to 2.x.x and what does it brings? Thanks
The text was updated successfully, but these errors were encountered: