docgen private
Zig / C++ docs / static site generator
Documentation generator written in Zig. Parses C++ headers via libclang, resolves cross-references, and emits static HTML reference sites with search, syntax highlighting, and Mermaid/KaTeX support.
docgen --input include/ --output docs/ --config docgen.json
Requires Zig 0.15+. Mustache templating, markdown rendering, full-text search index generation.
example output (reinforce API reference)
class detail page with template parameters and descriptions