From 0973f3638917111ea09740d0346f1debefd5f9db Mon Sep 17 00:00:00 2001 From: Manlio Perillo Date: Mon, 16 Jan 2023 19:32:24 +0100 Subject: [PATCH] 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. --- doc/langref.html.in | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index 2d4de8f7ce..bb4657f3ee 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -11506,6 +11506,17 @@ fn readU32Be() u32 {} + + +
{#syntax#}addrspace{#endsyntax#}
+ + + The {#syntax#}addrspace{#endsyntax#} keyword. + + +
{#syntax#}align{#endsyntax#}
@@ -11785,6 +11796,17 @@ fn readU32Be() u32 {} + + +
{#syntax#}linksection{#endsyntax#}
+ + + The {#syntax#}linksection{#endsyntax#} keyword. + + +
{#syntax#}noalias{#endsyntax#}
@@ -11879,17 +11901,6 @@ fn readU32Be() u32 {} - - -
{#syntax#}linksection{#endsyntax#}
- - - The {#syntax#}linksection{#endsyntax#} keyword. - - -
{#syntax#}struct{#endsyntax#}