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
- Host: GitHub
- URL: https://github.com/ziglang/docgen
- Owner: ziglang
- License: mit
- Created: 2024-06-06T19:35:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T09:22:36.000Z (11 months ago)
- Last Synced: 2025-05-10T10:28:09.269Z (11 months ago)
- Language: Zig
- Size: 36.1 KB
- Stars: 26
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)