aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
diff options
context:
space:
mode:
authorManlio Perillo <manlio.perillo@gmail.com>2023-01-16 19:32:24 +0100
committerVeikka Tuominen <git@vexu.eu>2023-01-17 20:04:37 +0200
commit0973f3638917111ea09740d0346f1debefd5f9db (patch)
treebd9d7d1cd5543ee038f6df8f182ef08a329dab8c /doc/langref.html.in
parentf3107e2cb2b0fb3c97ce4c567d670134b91b400c (diff)
downloadzig-0973f3638917111ea09740d0346f1debefd5f9db.tar.gz
zig-0973f3638917111ea09740d0346f1debefd5f9db.zip
langref: add the new addrspace keyword
Add the new addrspace keyword in the Keyword Reference section, without documentation. Move the linksection keyword in order to keep the keywords list sorted.
Diffstat (limited to 'doc/langref.html.in')
-rw-r--r--doc/langref.html.in33
1 files changed, 22 insertions, 11 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in
index 2d4de8f7ce..bb4657f3ee 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -11508,6 +11508,17 @@ fn readU32Be() u32 {}
<tbody>
<tr>
<th scope="row">
+ <pre>{#syntax#}addrspace{#endsyntax#}</pre>
+ </th>
+ <td>
+ The {#syntax#}addrspace{#endsyntax#} keyword.
+ <ul>
+ <li>TODO add documentation for addrspace</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
<pre>{#syntax#}align{#endsyntax#}</pre>
</th>
<td>
@@ -11787,6 +11798,17 @@ fn readU32Be() u32 {}
</tr>
<tr>
<th scope="row">
+ <pre>{#syntax#}linksection{#endsyntax#}</pre>
+ </th>
+ <td>
+ The {#syntax#}linksection{#endsyntax#} keyword.
+ <ul>
+ <li>TODO add documentation for linksection</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
<pre>{#syntax#}noalias{#endsyntax#}</pre>
</th>
<td>
@@ -11881,17 +11903,6 @@ fn readU32Be() u32 {}
</tr>
<tr>
<th scope="row">
- <pre>{#syntax#}linksection{#endsyntax#}</pre>
- </th>
- <td>
- The {#syntax#}linksection{#endsyntax#} keyword.
- <ul>
- <li>TODO add documentation for linksection</li>
- </ul>
- </td>
- </tr>
- <tr>
- <th scope="row">
<pre>{#syntax#}struct{#endsyntax#}</pre>
</th>
<td>