Skip to content

Commit 0973f36

Browse files
perilloVexu
authored andcommitted
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.
1 parent f3107e2 commit 0973f36

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

doc/langref.html.in

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11506,6 +11506,17 @@ fn readU32Be() u32 {}
1150611506
</tr>
1150711507
</thead>
1150811508
<tbody>
11509+
<tr>
11510+
<th scope="row">
11511+
<pre>{#syntax#}addrspace{#endsyntax#}</pre>
11512+
</th>
11513+
<td>
11514+
The {#syntax#}addrspace{#endsyntax#} keyword.
11515+
<ul>
11516+
<li>TODO add documentation for addrspace</li>
11517+
</ul>
11518+
</td>
11519+
</tr>
1150911520
<tr>
1151011521
<th scope="row">
1151111522
<pre>{#syntax#}align{#endsyntax#}</pre>
@@ -11785,6 +11796,17 @@ fn readU32Be() u32 {}
1178511796
</ul>
1178611797
</td>
1178711798
</tr>
11799+
<tr>
11800+
<th scope="row">
11801+
<pre>{#syntax#}linksection{#endsyntax#}</pre>
11802+
</th>
11803+
<td>
11804+
The {#syntax#}linksection{#endsyntax#} keyword.
11805+
<ul>
11806+
<li>TODO add documentation for linksection</li>
11807+
</ul>
11808+
</td>
11809+
</tr>
1178811810
<tr>
1178911811
<th scope="row">
1179011812
<pre>{#syntax#}noalias{#endsyntax#}</pre>
@@ -11879,17 +11901,6 @@ fn readU32Be() u32 {}
1187911901
</ul>
1188011902
</td>
1188111903
</tr>
11882-
<tr>
11883-
<th scope="row">
11884-
<pre>{#syntax#}linksection{#endsyntax#}</pre>
11885-
</th>
11886-
<td>
11887-
The {#syntax#}linksection{#endsyntax#} keyword.
11888-
<ul>
11889-
<li>TODO add documentation for linksection</li>
11890-
</ul>
11891-
</td>
11892-
</tr>
1189311904
<tr>
1189411905
<th scope="row">
1189511906
<pre>{#syntax#}struct{#endsyntax#}</pre>

0 commit comments

Comments
 (0)