-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support for TypeScript types inside JsDoc? #282
Comments
Did you find a solution? |
No |
is typescript even supported ? I dont see anything that enables generating docs for typescript files in the documentation. can you show how you are running it ? for me it says "JSDOC_ERROR: There are no input files to process" when I run it for typescript files |
Personally, I don't use Typescript (nor intend to) so I don't have a quick solution but as a general rule, if you see
jsdoc2md sits downstream of jsdoc output, so first you need to get your code working in jsdoc.. once you're happy with what jsdoc generates, give it another go in jsdoc2md.. I've added some labels to try and attract more feedback.. |
Is it somehow possible to convert JSDoc including the supported types by TypeScript?
For example:
I am getting the following error here:
Thanks!
The text was updated successfully, but these errors were encountered: