-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
1,085 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# doctest | ||
# 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](https://github.com/ziglang/zig/blob/master/tools/doctest.zig). | ||
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.