An open API service indexing awesome lists of open source software.

https://github.com/ziglang/docgen

A tool for generating autotested documentation
https://github.com/ziglang/docgen

Last synced: 9 months ago
JSON representation

A tool for generating autotested documentation

Awesome Lists containing this project

README

          

# docgen

A tool for generating documents such as
[Zig's language reference](https://ziglang.org/documentation/0.12.0/) or
[release notes](https://ziglang.org/download/0.12.0/release-notes.html).

This repository is provided as a Zig package for convenience. The canonical
source lives in the zig compiler repository:
* [doctest.zig](https://github.com/ziglang/zig/blob/master/tools/doctest.zig)
* [docgen.zig](https://github.com/ziglang/zig/blob/master/tools/docgen.zig)