TypeDoc generates API reference documentation from TypeScript source code and its comments. It is aimed at TypeScript library authors who want browsable...
Pros
- Produces richer browsable documentation than API Extractor alone
- Supports TypeScript projects and TSDoc-style comments
- Has a mature plugin and theme ecosystem
Cons
- Does not provide API Extractor-style change reports by default
- Documentation output can require more theme and plugin configuration
- Less focused on declaration bundling for package publishing
Free, open source