authorgravatar for manlio.perillo@gmail.comManlio Perillo <manlio.perillo@gmail.com> 2023-01-25 09:43:26+01:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2023-01-25 17:01:43+02:00
log8de46d1d7d08f8ecc40f049be9889efac36a6e78
tree7b0c33fc1df0fe5d9f2c1663da8d7aa9fa0657a3
parent989e77153439666b1eb4ed463828960d8cc5930d

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.

1 files changed, 2 insertions(+), 0 deletions(-)

doc/langref.html.in+2
......@@ -10656,9 +10656,11 @@ const c = @cImport({
1065610656 {#header_close#}
1065710657
1065810658 {#header_open|C Translation CLI#}
10659 <p>
1065910660 Zig's C translation capability is available as a CLI tool via <kbd>zig translate-c</kbd>.
1066010661 It requires a single filename as an argument. It may also take a set of optional flags that are
1066110662 forwarded to clang. It writes the translated file to stdout.
10663 </p>
1066210664 {#header_open|Command line flags#}
1066310665 <ul>
1066410666 <li>