From 971ef7b9c2d67ee849e252e75b79ee1e1ef3da6f Mon Sep 17 00:00:00 2001 From: Kirk Scheibelhut Date: Fri, 8 Apr 2022 15:25:22 -0700 Subject: [PATCH] Remove primitive values from keyword reference 5a53ab28 removed these as keywords, and the Primitive Values section of the docs already exists to describe them. --- doc/langref.html.in | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index 7948c2defc..0f90a88822 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -11955,17 +11955,6 @@ fn readU32Be() u32 {} - - -
{#syntax#}false{#endsyntax#}
- - - The boolean value {#syntax#}false{#endsyntax#}. - - -
{#syntax#}fn{#endsyntax#}
@@ -12041,17 +12030,6 @@ fn readU32Be() u32 {} - - -
{#syntax#}null{#endsyntax#}
- - - The optional value {#syntax#}null{#endsyntax#}. - - -
{#syntax#}or{#endsyntax#}
@@ -12190,17 +12168,6 @@ fn readU32Be() u32 {} - - -
{#syntax#}true{#endsyntax#}
- - - The boolean value {#syntax#}true{#endsyntax#}. - - -
{#syntax#}try{#endsyntax#}
@@ -12214,17 +12181,6 @@ fn readU32Be() u32 {} - - -
{#syntax#}undefined{#endsyntax#}
- - - {#syntax#}undefined{#endsyntax#} can be used to leave a value uninitialized. - - -
{#syntax#}union{#endsyntax#}