From 3c21ef8d8bc183ea1171775e1ba98478ccecdb37 Mon Sep 17 00:00:00 2001 From: vlang-bot Date: Tue, 1 Oct 2024 16:41:10 +0300 Subject: [PATCH] update docs for commit 3faf06bf --- appendix-i-keywords.html | 4 ++-- appendix-ii-operators.html | 4 ++-- atomics.html | 4 ++-- attributes.html | 4 ++-- builtin-functions.html | 4 ++-- call-stack.html | 4 ++-- comments.html | 4 ++-- concurrency.html | 4 ++-- conditional-compilation.html | 4 ++-- constants.html | 4 ++-- cross-compilation.html | 4 ++-- debugger.html | 4 ++-- debugging.html | 4 ++-- functions-2.html | 4 ++-- functions.html | 4 ++-- getting-started.html | 4 ++-- global-variables.html | 4 ++-- hello-world.html | 4 ++-- index.html | 4 ++-- installing-v-from-source.html | 4 ++-- introduction.html | 4 ++-- json.html | 4 ++-- limited-operator-overloading.html | 4 ++-- memory-management.html | 4 ++-- memory-unsafe-code.html | 4 ++-- module-imports.html | 4 ++-- modules.html | 4 ++-- orm.html | 4 ++-- other-v-features.html | 4 ++-- package-management.html | 4 ++-- packaging-v-for-distribution.html | 4 ++-- performance-tuning.html | 4 ++-- references.html | 4 ++-- running-a-project-folder-with-several-files.html | 4 ++-- sizeof-and-__offsetof.html | 4 ++-- statements-&-expressions.html | 4 ++-- structs-with-reference-fields.html | 4 ++-- structs.html | 4 ++-- symbol-visibility.html | 4 ++-- testing.html | 4 ++-- tools.html | 4 ++-- trace.html | 4 ++-- type-declarations.html | 4 ++-- unions.html | 4 ++-- upgrading-v-to-latest-version.html | 4 ++-- v-and-c.html | 4 ++-- v-types.html | 4 ++-- variables.html | 4 ++-- writing-documentation.html | 4 ++-- 49 files changed, 98 insertions(+), 98 deletions(-) diff --git a/appendix-i-keywords.html b/appendix-i-keywords.html index 554557659..074fe2372 100644 --- a/appendix-i-keywords.html +++ b/appendix-i-keywords.html @@ -464,8 +464,8 @@

Appendix I: Keywords

-
diff --git a/appendix-ii-operators.html b/appendix-ii-operators.html index 849e3f882..80244eaf6 100644 --- a/appendix-ii-operators.html +++ b/appendix-ii-operators.html @@ -453,8 +453,8 @@

Appendix II: Operators

-
diff --git a/atomics.html b/atomics.html index c5b074df9..0e0c70350 100644 --- a/atomics.html +++ b/atomics.html @@ -497,8 +497,8 @@

Atomics

-
diff --git a/attributes.html b/attributes.html index a3b5f56ff..9a184d4de 100644 --- a/attributes.html +++ b/attributes.html @@ -638,8 +638,8 @@

Attributes

-
diff --git a/builtin-functions.html b/builtin-functions.html index 20b27fa07..535d28aa3 100644 --- a/builtin-functions.html +++ b/builtin-functions.html @@ -499,8 +499,8 @@

Dumping expressions at runtime - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/call-stack.html b/call-stack.html index c4643db26..49fa1843f 100644 --- a/call-stack.html +++ b/call-stack.html @@ -446,8 +446,8 @@

Call stack

-
diff --git a/comments.html b/comments.html index 3bb6d46c4..b02ffeb45 100644 --- a/comments.html +++ b/comments.html @@ -423,8 +423,8 @@

Comments

-
diff --git a/concurrency.html b/concurrency.html index 08240994f..0d78091d3 100644 --- a/concurrency.html +++ b/concurrency.html @@ -698,8 +698,8 @@

Shared Objects diff --git a/conditional-compilation.html b/conditional-compilation.html index f7989c751..08904341f 100644 --- a/conditional-compilation.html +++ b/conditional-compilation.html @@ -986,8 +986,8 @@

Environment specific files - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/constants.html b/constants.html index 12b460853..a4eef493c 100644 --- a/constants.html +++ b/constants.html @@ -491,8 +491,8 @@

Required module prefix - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/cross-compilation.html b/cross-compilation.html index 07c59313e..7d28139ef 100644 --- a/cross-compilation.html +++ b/cross-compilation.html @@ -443,8 +443,8 @@

Cross compilation

-
diff --git a/debugger.html b/debugger.html index 3ccf6320c..91d3f4e4b 100644 --- a/debugger.html +++ b/debugger.html @@ -503,8 +503,8 @@

Debugger

-
diff --git a/debugging.html b/debugging.html index e904e7964..70659fab7 100644 --- a/debugging.html +++ b/debugging.html @@ -469,8 +469,8 @@

Javascript Backend - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/functions-2.html b/functions-2.html index c1fab678b..9bd6f04af 100644 --- a/functions-2.html +++ b/functions-2.html @@ -587,8 +587,8 @@

Parameter evaluation order - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/functions.html b/functions.html index c65357275..3ad402ac1 100644 --- a/functions.html +++ b/functions.html @@ -448,8 +448,8 @@

Returning multiple values - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/getting-started.html b/getting-started.html index 51b466de9..159d2bc33 100644 --- a/getting-started.html +++ b/getting-started.html @@ -424,8 +424,8 @@

Getting started

-
diff --git a/global-variables.html b/global-variables.html index 2d08bb371..211290a34 100644 --- a/global-variables.html +++ b/global-variables.html @@ -456,8 +456,8 @@

Global Variables

-
diff --git a/hello-world.html b/hello-world.html index bd460263c..9ad73213f 100644 --- a/hello-world.html +++ b/hello-world.html @@ -449,8 +449,8 @@

Hello World

-
diff --git a/index.html b/index.html index caf6c19ee..896486ef8 100644 --- a/index.html +++ b/index.html @@ -418,8 +418,8 @@

V Documentation

-
diff --git a/installing-v-from-source.html b/installing-v-from-source.html index 781e681ad..2c5d13faf 100644 --- a/installing-v-from-source.html +++ b/installing-v-from-source.html @@ -428,8 +428,8 @@

Installing V from source

-
diff --git a/introduction.html b/introduction.html index 75660980f..817538c7d 100644 --- a/introduction.html +++ b/introduction.html @@ -425,8 +425,8 @@

Introduction

-
diff --git a/json.html b/json.html index 4cf8fd879..0b8004bfd 100644 --- a/json.html +++ b/json.html @@ -480,8 +480,8 @@

Encoding JSON - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/limited-operator-overloading.html b/limited-operator-overloading.html index 38792a87a..ad2839ea9 100644 --- a/limited-operator-overloading.html +++ b/limited-operator-overloading.html @@ -480,8 +480,8 @@

Other restrictions - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/memory-management.html b/memory-management.html index 9eba34f50..41f156f4a 100644 --- a/memory-management.html +++ b/memory-management.html @@ -706,8 +706,8 @@

Manual Control for Stack and Heap diff --git a/memory-unsafe-code.html b/memory-unsafe-code.html index 4f7e3f7b8..b11b24e18 100644 --- a/memory-unsafe-code.html +++ b/memory-unsafe-code.html @@ -455,8 +455,8 @@

Memory-unsafe code

-
diff --git a/module-imports.html b/module-imports.html index 2d7c6cc4b..99a03405c 100644 --- a/module-imports.html +++ b/module-imports.html @@ -495,8 +495,8 @@

Module import aliasing - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/modules.html b/modules.html index affa461c1..6cdc396ad 100644 --- a/modules.html +++ b/modules.html @@ -494,8 +494,8 @@

cleanup functions - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/orm.html b/orm.html index caf5f9d63..ec28d295f 100644 --- a/orm.html +++ b/orm.html @@ -515,8 +515,8 @@

ORM

-
diff --git a/other-v-features.html b/other-v-features.html index c2133fce9..ff96848e3 100644 --- a/other-v-features.html +++ b/other-v-features.html @@ -550,8 +550,8 @@

Appendices

-
diff --git a/package-management.html b/package-management.html index d50abb244..9f46482b0 100644 --- a/package-management.html +++ b/package-management.html @@ -540,8 +540,8 @@

Advanced Topics

-
diff --git a/packaging-v-for-distribution.html b/packaging-v-for-distribution.html index 8f39b8341..29bd3162d 100644 --- a/packaging-v-for-distribution.html +++ b/packaging-v-for-distribution.html @@ -418,8 +418,8 @@

Packaging V for distribution

-
diff --git a/performance-tuning.html b/performance-tuning.html index 325161684..cec41c139 100644 --- a/performance-tuning.html +++ b/performance-tuning.html @@ -715,8 +715,8 @@

PGO (Profile-Guided Optimization) diff --git a/references.html b/references.html index 05d75aa5d..838fa37df 100644 --- a/references.html +++ b/references.html @@ -453,8 +453,8 @@

References

-
diff --git a/running-a-project-folder-with-several-files.html b/running-a-project-folder-with-several-files.html index fb78c6dc5..fdca244ca 100644 --- a/running-a-project-folder-with-several-files.html +++ b/running-a-project-folder-with-several-files.html @@ -448,8 +448,8 @@

Running a project folder with several files

-
diff --git a/sizeof-and-__offsetof.html b/sizeof-and-__offsetof.html index ba7d2b263..89c0ca2f1 100644 --- a/sizeof-and-__offsetof.html +++ b/sizeof-and-__offsetof.html @@ -430,8 +430,8 @@

sizeof and __offsetof

-
diff --git a/statements-&-expressions.html b/statements-&-expressions.html index cd38f2b26..142e7f237 100644 --- a/statements-&-expressions.html +++ b/statements-&-expressions.html @@ -991,8 +991,8 @@

Goto - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/structs-with-reference-fields.html b/structs-with-reference-fields.html index 70e5f0a1d..4f57e12fb 100644 --- a/structs-with-reference-fields.html +++ b/structs-with-reference-fields.html @@ -447,8 +447,8 @@

Structs with reference fields

-
diff --git a/structs.html b/structs.html index 11f3399a5..7039354d2 100644 --- a/structs.html +++ b/structs.html @@ -763,8 +763,8 @@

Embedded structs - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/symbol-visibility.html b/symbol-visibility.html index 0e826dccc..4e7806c55 100644 --- a/symbol-visibility.html +++ b/symbol-visibility.html @@ -431,8 +431,8 @@

Symbol visibility

-
diff --git a/testing.html b/testing.html index f55b9d445..e90637835 100644 --- a/testing.html +++ b/testing.html @@ -559,8 +559,8 @@

Running tests diff --git a/tools.html b/tools.html index aa7885c6a..980797d02 100644 --- a/tools.html +++ b/tools.html @@ -466,8 +466,8 @@

Profiling - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/trace.html b/trace.html index ea5c069d7..3bf8d48f8 100644 --- a/trace.html +++ b/trace.html @@ -447,8 +447,8 @@

Trace

-
diff --git a/type-declarations.html b/type-declarations.html index 145075a82..e98c2686a 100644 --- a/type-declarations.html +++ b/type-declarations.html @@ -1173,8 +1173,8 @@

Generics - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/unions.html b/unions.html index 4a59767a5..f7c8013f7 100644 --- a/unions.html +++ b/unions.html @@ -451,8 +451,8 @@

Unions

-
diff --git a/upgrading-v-to-latest-version.html b/upgrading-v-to-latest-version.html index edf72b0ad..ef07159b5 100644 --- a/upgrading-v-to-latest-version.html +++ b/upgrading-v-to-latest-version.html @@ -420,8 +420,8 @@

Upgrading V to latest version

-
diff --git a/v-and-c.html b/v-and-c.html index fdba2b672..d7682dad4 100644 --- a/v-and-c.html +++ b/v-and-c.html @@ -788,8 +788,8 @@

Working around C issues - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/v-types.html b/v-types.html index deb8a1c7a..e38078f38 100644 --- a/v-types.html +++ b/v-types.html @@ -1261,8 +1261,8 @@

Map update syntax - Last updated: + 2024-10-01 16:41:09, V Commit: 3faf06b diff --git a/variables.html b/variables.html index 572a312a8..30c7521ef 100644 --- a/variables.html +++ b/variables.html @@ -513,8 +513,8 @@

Warnings and declaration errors diff --git a/writing-documentation.html b/writing-documentation.html index 5aa5a9ce1..ba9741938 100644 --- a/writing-documentation.html +++ b/writing-documentation.html @@ -446,8 +446,8 @@

Newlines in Documentation Comments <
-