Overview of TypeDoc features
masterTypeDoc provides several features for generating high-quality documentation from TypeScript source code:
- Automatic Documentation: Captures all exported variables, functions, classes, and more.
- Markdown Support: Allows you to use Markdown syntax within your doc comments for rich text formatting.
- Syntax Highlighting: Automatically provides syntax highlighting for code blocks within your documentation.
- Language Construct Support: Built-in support for various TypeScript constructs including generics, overloads, interfaces, enums, and React components.