commit a0968be83c1bc5cf6433e9dc7ebb2f94025c5aa5 (tree) parent 975cb235cce2f713c39c0c0f7040c8ea0eb536a5 Author: Arnau <61841960+Arnau478@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:54:59 +0200 Documented `linksection` Fixes #1520 Diffstat:
| M | doc/langref.html.in | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -12085,10 +12085,7 @@ fn readU32Be() u32 {} <pre>{#syntax#}linksection{#endsyntax#}</pre> </th> <td> - The {#syntax#}linksection{#endsyntax#} keyword. - <ul> - <li>TODO add documentation for linksection</li> - </ul> + The {#syntax#}linksection{#endsyntax#} keyword can be used to specify what section the function or global variable will be put into (e.g. <code>.text</code>). </td> </tr> <tr>