Documentation tool for TypeScript as JSDoc

Is there any tool for Typescript to automatically generate documentation from annotated comments?

I tried using JSDoc with TypeScript. This works to some extent, but they are simply not meant to work together.

Any ideas / suggestions?

+6
source share
2 answers

Or, conversely, someone created this that might work for you http://functorial.com/typescript-docs/

+3
source

As far as I know - not yet!

However, jsdoc themselves plan to provide typescript support. However, not sure when!

+2
source

Source: https://habr.com/ru/post/970644/


All Articles