Skip to content

Commit

Permalink
langref: move paragraph inside the p element
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
perillo authored and Vexu committed Jan 25, 2023
1 parent 989e771 commit 8de46d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/langref.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8de46d1

Please sign in to comment.