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 {}...@@ -11506,6 +11506,17 @@ fn readU32Be() u32 {}
11506 </tr>11506 </tr>
11507 </thead>11507 </thead>
11508 <tbody>11508 <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>
11509 <tr>11520 <tr>
11510 <th scope="row">11521 <th scope="row">
11511 <pre>{#syntax#}align{#endsyntax#}</pre>11522 <pre>{#syntax#}align{#endsyntax#}</pre>
...@@ -11785,6 +11796,17 @@ fn readU32Be() u32 {}...@@ -11785,6 +11796,17 @@ fn readU32Be() u32 {}
11785 </ul>11796 </ul>
11786 </td>11797 </td>
11787 </tr>11798 </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>
11788 <tr>11810 <tr>
11789 <th scope="row">11811 <th scope="row">
11790 <pre>{#syntax#}noalias{#endsyntax#}</pre>11812 <pre>{#syntax#}noalias{#endsyntax#}</pre>
...@@ -11879,17 +11901,6 @@ fn readU32Be() u32 {}...@@ -11879,17 +11901,6 @@ fn readU32Be() u32 {}
11879 </ul>11901 </ul>
11880 </td>11902 </td>
11881 </tr>11903 </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>
11893 <tr>11904 <tr>
11894 <th scope="row">11905 <th scope="row">
11895 <pre>{#syntax#}struct{#endsyntax#}</pre>11906 <pre>{#syntax#}struct{#endsyntax#}</pre>