Overview
TypeDoc is an open-source documentation generator for TypeScript projects. It parses comments in TypeScript source code and converts them into HTML documentation or a JSON model. It supports various options and themes, and it is extensible via a plugin API. TypeDoc can generate documentation based on exports, following re-exports to document members declared in other files. It can handle single entry points or document each file individually, making it suitable for both libraries and applications. It supports linking references to types, including those declared in external packages via plugins.
Common tasks
