Open huan opened 7 years ago
For TypeScript, the documentation situation seems to be "you can mash JSDoc into it... but you really want TypeDoc so you don't have to duplicate your type declarations".
Judging by the conversation in this issue and a few others, it already produces JSON output alongside the HTML which may or may not be suitable for Inch CI.
@ssokolow have you got an example of the paired usage by chance?
Unfortunately not. At the time I posted that, I was making preparations for my first use of TypeScript and I came across this while accumulating a list of resources.
Before I could produce anything, more important things came up and I haven't had time to do anything beyond maintenance work on the codebases I want to retrofit with TypeScript. (Ironic, considering that the whole goal was to ease maintainability.)
Thanks!