diff options
| author | Kirk Scheibelhut <kjs@scheibo.com> | 2022-04-08 15:25:22 -0700 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2022-04-09 12:48:36 +0200 |
| commit | 971ef7b9c2d67ee849e252e75b79ee1e1ef3da6f (patch) | |
| tree | 38dc7a5ac0203aa10ec1c137e60a652209d0e41c | |
| parent | 531d5b213f5cc7450c56bea3fc2050dda5794067 (diff) | |
| download | zig-971ef7b9c2d67ee849e252e75b79ee1e1ef3da6f.tar.gz zig-971ef7b9c2d67ee849e252e75b79ee1e1ef3da6f.zip | |
Remove primitive values from keyword reference
5a53ab28 removed these as keywords, and the Primitive Values section
of the docs already exists to describe them.
| -rw-r--r-- | doc/langref.html.in | 44 |
1 files changed, 0 insertions, 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 @@ -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> |
