diff --git a/doc/langref.html.in b/doc/langref.html.in index c06f40366c3aa3b7f0c2e896ddc8b0160c17a6be..225ee48b9fe51a18f6584431289300b4c547468b 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -10656,9 +10656,11 @@ const c = @cImport({ {#header_close#} {#header_open|C Translation CLI#} +

Zig's C translation capability is available as a CLI tool via zig translate-c. It requires a single filename as an argument. It may also take a set of optional flags that are forwarded to clang. It writes the translated file to stdout. +

{#header_open|Command line flags#}