mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
langref: move paragraph inside the p element
In the "C Translation CLI" section, move the paragraph inside the p element. The current HTML is valid, but, as an example, a paragraph outside a p element is not handled correctly by the browser Inspect tool.
This commit is contained in:
parent
989e771534
commit
8de46d1d7d
@ -10656,9 +10656,11 @@ const c = @cImport({
|
||||
{#header_close#}
|
||||
|
||||
{#header_open|C Translation CLI#}
|
||||
<p>
|
||||
Zig's C translation capability is available as a CLI tool via <kbd>zig translate-c</kbd>.
|
||||
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.
|
||||
</p>
|
||||
{#header_open|Command line flags#}
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user