TypeDoc is a documentation generator and AST analyzer that transforms TypeScript source code and comments into structured API reference websites or data files. It functions as a static site generator that converts code symbols into a searchable web interface. The project is an extensible framework, allowing users to modify the documentation process and generator logic through a programmable plugin system and custom themes. Its capabilities include API reference generation, source code parsing, and documentation coverage validation to ensure exported members are properly described. It support
Appledoc is an Objective-C documentation generator and static site generator that parses source code comments to create structured HTML documentation sets. Its primary purpose is to generate professional developer reference guides that adhere to official Apple style documentation. The tool distinguishes itself by integrating directly into the project compilation process via automated build-phase scripts, ensuring that technical guides are updated as code changes. It provides extensive customization through external HTML and CSS templates, as well as a property list configuration system to man
Slate is a static API documentation generator and developer documentation framework. It transforms API specifications and text files into a formatted static website designed for hosting API references and guides. The system functions as a static site generator that builds a developer portal without the need for a backend database. It manages API reference details by organizing technical endpoints into a readable format and providing a structured layout for developer consumption. The framework covers content generation and site architecture, including the compilation of markdown guides and th
Dokka is an extensible documentation engine designed to generate structured API reference materials for Kotlin projects. By parsing source code and comments, it functions as a static site generator that transforms codebases into readable documentation. It integrates directly into development workflows as a build system plugin, allowing for the automated creation of reference materials during the standard compilation process. The project distinguishes itself through a modular, plugin-driven processing pipeline that allows developers to modify the generation workflow, customize output formats,
apidoc este un generator de documentație API din codul sursă care analizează adnotările specializate din comentarii pentru a crea automat un site de documentație API căutabil. Funcționează ca un parser API bazat pe adnotări și un generator de site-uri de documentație statică, extrăgând definițiile direct din codebase pentru a menține o referință sincronizată.
Principalele funcționalități ale apidoc/apidoc sunt: API Documentation Generators, Static Site Templating, Source Code Documentation Tools, Multi-Language API Documentation, Source Comment Parsers, Automated API Documentation, Annotation Parsers, Regular Expression-Based Parsing.
Alternativele open-source pentru apidoc/apidoc includ: typestrong/typedoc — TypeDoc is a documentation generator and AST analyzer that transforms TypeScript source code and comments into… tomaz/appledoc — Appledoc is an Objective-C documentation generator and static site generator that parses source code comments to… lord/slate — Slate is a static API documentation generator and developer documentation framework. It transforms API specifications… kotlin/dokka — Dokka is an extensible documentation engine designed to generate structured API reference materials for Kotlin… jsdoc/jsdoc — JSDoc is a JavaScript API documentation generator that parses comments in source code to produce structured… voltagent/awesome-claude-code-subagents — This project provides a framework for managing multi-agent systems, designed to automate complex software development,…