From a0968be83c1bc5cf6433e9dc7ebb2f94025c5aa5 Mon Sep 17 00:00:00 2001 From: Arnau <61841960+Arnau478@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:54:59 +0200 Subject: [PATCH] Documented `linksection` Fixes #1520 --- doc/langref.html.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index 2be783849a..a27821dfec 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -12085,10 +12085,7 @@ fn readU32Be() u32 {}
{#syntax#}linksection{#endsyntax#}
- The {#syntax#}linksection{#endsyntax#} keyword. - + The {#syntax#}linksection{#endsyntax#} keyword can be used to specify what section the function or global variable will be put into (e.g. .text).