authorgravatar for scriptdevil@zoho.comAshok Gautham <scriptdevil@zoho.com> 2020-07-27 19:40:55+05:30
committergravatar for noreply@github.comGitHub <noreply@github.com> 2020-07-27 17:10:55+03:00
logd1755e7f16879d678b0accb6a1ccfbe56654c3ab
tree424c33630963585765811631b9f7032383b9fd54
parentfa4a9ab51fd41ccd2a43be52cb684e4aa64b50c6
signature Signed by PGP key 4AEE18F83AFDEB23

Add meta viewport to fix mobile rendering, add missing <code> block

Co-authored-by: Vexu <git@vexu.eu>

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

doc/langref.html.in+2-1
...@@ -2,6 +2,7 @@...@@ -2,6 +2,7 @@
2<html lang="en">2<html lang="en">
3 <head>3 <head>
4 <meta charset="utf-8">4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
5 <title>Documentation - The Zig Programming Language</title>6 <title>Documentation - The Zig Programming Language</title>
6 <link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAgklEQVR4AWMYWuD7EllJIM4G4g4g5oIJ/odhOJ8wToOxSTXgNxDHoeiBMfA4+wGShjyYOCkG/IGqWQziEzYAoUAeiF9D5U+DxEg14DRU7jWIT5IBIOdCxf+A+CQZAAoopEB7QJwBCBwHiip8UYmRdrAlDpIMgApwQZNnNii5Dq0MBgCxxycBnwEd+wAAAABJRU5ErkJggg=="/>7 <link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAgklEQVR4AWMYWuD7EllJIM4G4g4g5oIJ/odhOJ8wToOxSTXgNxDHoeiBMfA4+wGShjyYOCkG/IGqWQziEzYAoUAeiF9D5U+DxEg14DRU7jWIT5IBIOdCxf+A+CQZAAoopEB7QJwBCBwHiip8UYmRdrAlDpIMgApwQZNnNii5Dq0MBgCxxycBnwEd+wAAAABJRU5ErkJggg=="/>
7 <style>8 <style>
...@@ -7473,7 +7474,7 @@ export fn @"A function name that is a complete sentence."() void {}...@@ -7473,7 +7474,7 @@ export fn @"A function name that is a complete sentence."() void {}
7473 <p>7474 <p>
7474 When looking at the resulting object, you can see the symbol is used verbatim:7475 When looking at the resulting object, you can see the symbol is used verbatim:
7475 </p>7476 </p>
7476 <pre>00000000000001f0 T A function name that is a complete sentence.</pre>7477 <pre><code>00000000000001f0 T A function name that is a complete sentence.</code></pre>
7477 {#see_also|Exporting a C Library#}7478 {#see_also|Exporting a C Library#}
7478 {#header_close#}7479 {#header_close#}
74797480