Commit 0973f36389

Manlio Perillo <manlio.perillo@gmail.com>
2023-01-16 19:32:24
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
Changed files (1)
doc/langref.html.in
@@ -11506,6 +11506,17 @@ fn readU32Be() u32 {}
         </tr>
         </thead>
         <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>
@@ -11785,6 +11796,17 @@ fn readU32Be() u32 {}
             </ul>
           </td>
         </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>
@@ -11879,17 +11901,6 @@ fn readU32Be() u32 {}
             </ul>
           </td>
         </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>