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({...@@ -10656,9 +10656,11 @@ const c = @cImport({
10656 {#header_close#}10656 {#header_close#}
1065710657
10658 {#header_open|C Translation CLI#}10658 {#header_open|C Translation CLI#}
10659 <p>
10659 Zig's C translation capability is available as a CLI tool via <kbd>zig translate-c</kbd>.10660 Zig's C translation capability is available as a CLI tool via <kbd>zig translate-c</kbd>.
10660 It requires a single filename as an argument. It may also take a set of optional flags that are10661 It requires a single filename as an argument. It may also take a set of optional flags that are
10661 forwarded to clang. It writes the translated file to stdout.10662 forwarded to clang. It writes the translated file to stdout.
10663 </p>
10662 {#header_open|Command line flags#}10664 {#header_open|Command line flags#}
10663 <ul>10665 <ul>
10664 <li>10666 <li>