zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 971ef7b9c2d67ee849e252e75b79ee1e1ef3da6f (tree)
parent 531d5b213f5cc7450c56bea3fc2050dda5794067
Author: Kirk Scheibelhut <kjs@scheibo.com>
Date:   Fri,  8 Apr 2022 15:25:22 -0700

Remove primitive values from keyword reference

5a53ab28 removed these as keywords, and the Primitive Values section
of the docs already exists to describe them.

Diffstat:
Mdoc/langref.html.in | 44--------------------------------------------
1 file changed, 0 insertions(+), 44 deletions(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -11957,17 +11957,6 @@ fn readU32Be() u32 {} </tr> <tr> <th scope="row"> - <pre>{#syntax#}false{#endsyntax#}</pre> - </th> - <td> - The boolean value {#syntax#}false{#endsyntax#}. - <ul> - <li>See also {#link|Primitive Values#}</li> - </ul> - </td> - </tr> - <tr> - <th scope="row"> <pre>{#syntax#}fn{#endsyntax#}</pre> </th> <td> @@ -12043,17 +12032,6 @@ fn readU32Be() u32 {} </tr> <tr> <th scope="row"> - <pre>{#syntax#}null{#endsyntax#}</pre> - </th> - <td> - The optional value {#syntax#}null{#endsyntax#}. - <ul> - <li>See also {#link|null#}</li> - </ul> - </td> - </tr> - <tr> - <th scope="row"> <pre>{#syntax#}or{#endsyntax#}</pre> </th> <td> @@ -12192,17 +12170,6 @@ fn readU32Be() u32 {} </tr> <tr> <th scope="row"> - <pre>{#syntax#}true{#endsyntax#}</pre> - </th> - <td> - The boolean value {#syntax#}true{#endsyntax#}. - <ul> - <li>See also {#link|Primitive Values#}</li> - </ul> - </td> - </tr> - <tr> - <th scope="row"> <pre>{#syntax#}try{#endsyntax#}</pre> </th> <td> @@ -12216,17 +12183,6 @@ fn readU32Be() u32 {} </tr> <tr> <th scope="row"> - <pre>{#syntax#}undefined{#endsyntax#}</pre> - </th> - <td> - {#syntax#}undefined{#endsyntax#} can be used to leave a value uninitialized. - <ul> - <li>See also {#link|undefined#}</li> - </ul> - </td> - </tr> - <tr> - <th scope="row"> <pre>{#syntax#}union{#endsyntax#}</pre> </th> <td>