diff options
Diffstat (limited to 'example')
| -rw-r--r-- | example/README.md.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example/README.md.template b/example/README.md.template index 34bff56..b296ca3 100644 --- a/example/README.md.template +++ b/example/README.md.template | |||
| @@ -23,6 +23,12 @@ in the release notes. | |||
| 23 | * Print help message from parameter specification. | 23 | * Print help message from parameter specification. |
| 24 | * Parse help message to parameter specification. | 24 | * Parse help message to parameter specification. |
| 25 | 25 | ||
| 26 | ## API Reference | ||
| 27 | |||
| 28 | Automatically generated API Reference for the project | ||
| 29 | can be found at https://Hejsil.github.io/zig-clap. | ||
| 30 | Note that Zig autodoc is in beta; the website may be broken or incomplete. | ||
| 31 | |||
| 26 | ## Examples | 32 | ## Examples |
| 27 | 33 | ||
| 28 | ### `clap.parse` | 34 | ### `clap.parse` |