zig/doc
Manlio Perillo efbb6128bb langref: always start code on a separate line in a syntax_block
In a syntax_block the code always start on a separate code, expect for
C, JavaScript, Peg and with Zig inline assembly.

Ensure that the code starts on a separate line, even in cases where
there is only one line.

Ensure that the end_syntax_block is always on a separate line and that
the indentation is consistent.
2023-01-19 19:10:01 +02:00
..
docgen.zig docgen: improve command-line argument parsing 2023-01-13 17:24:10 +01:00
langref.html.in langref: always start code on a separate line in a syntax_block 2023-01-19 19:10:01 +02:00