Are there any tools for creating documentation for TypeScript source code? Or should I use something in common, such as NaturalDocs? What would be the recommended style of comment blocks / intended for autonomous documentation volume.
Should I use:
or
or maybe
I am afraid to use /// because it is used for import, and I do not want to step on some other future functions that may be introduced in a similar way, but you never know ...
Or can you create documented JavaScript from TypeScript and then use the JavaScript toolchain?
typescript documentation-generation
user797257 Apr 28 '13 at 13:45 2013-04-28 13:45
source share