authorgravatar for manlio.perillo@gmail.comManlio Perillo <manlio.perillo@gmail.com> 2023-01-16 19:32:24+01:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2023-01-17 20:04:37+02:00
log0973f3638917111ea09740d0346f1debefd5f9db
treebd9d7d1cd5543ee038f6df8f182ef08a329dab8c
parentf3107e2cb2b0fb3c97ce4c567d670134b91b400c

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 files changed, 22 insertions(+), 11 deletions(-)

doc/langref.html.in+22-11
......@@ -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>