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

Appendix I: Keywords

- +
diff --git a/appendix-ii-operators.html b/appendix-ii-operators.html index 9f7ba3644..1386dc583 100644 --- a/appendix-ii-operators.html +++ b/appendix-ii-operators.html @@ -453,9 +453,9 @@

Appendix II: Operators

- +
diff --git a/atomics.html b/atomics.html index 219ba5e8d..a3fd58029 100644 --- a/atomics.html +++ b/atomics.html @@ -497,9 +497,9 @@

Atomics

- +
diff --git a/attributes.html b/attributes.html index b6f558ab4..9a12fec29 100644 --- a/attributes.html +++ b/attributes.html @@ -638,9 +638,9 @@

Attributes

- +
diff --git a/builtin-functions.html b/builtin-functions.html index d81bceec9..ec1632277 100644 --- a/builtin-functions.html +++ b/builtin-functions.html @@ -499,9 +499,9 @@

Dumping expressions at runtime - 4a01b2c + diff --git a/call-stack.html b/call-stack.html index 3de517e09..86e03e0fa 100644 --- a/call-stack.html +++ b/call-stack.html @@ -446,9 +446,9 @@

Call stack

- +
diff --git a/comments.html b/comments.html index 194c13038..b27dbe5c9 100644 --- a/comments.html +++ b/comments.html @@ -423,9 +423,9 @@

Comments

- +
diff --git a/concurrency.html b/concurrency.html index 81a79feae..d6d3e925a 100644 --- a/concurrency.html +++ b/concurrency.html @@ -698,9 +698,9 @@

Shared Objects
- 4a01b2c +
diff --git a/conditional-compilation.html b/conditional-compilation.html index 759022394..4a1d091c2 100644 --- a/conditional-compilation.html +++ b/conditional-compilation.html @@ -986,9 +986,9 @@

Environment specific files - 4a01b2c + diff --git a/constants.html b/constants.html index 65955a922..892d8aaf2 100644 --- a/constants.html +++ b/constants.html @@ -491,9 +491,9 @@

Required module prefix - 4a01b2c + diff --git a/cross-compilation.html b/cross-compilation.html index 455f9d899..9bce5ee2f 100644 --- a/cross-compilation.html +++ b/cross-compilation.html @@ -443,9 +443,9 @@

Cross compilation

- +
diff --git a/debugger.html b/debugger.html index c1f48d9eb..242cd02de 100644 --- a/debugger.html +++ b/debugger.html @@ -503,9 +503,9 @@

Debugger

- +
diff --git a/debugging.html b/debugging.html index 3ea6ffb15..4f6a4e91e 100644 --- a/debugging.html +++ b/debugging.html @@ -469,9 +469,9 @@

Javascript Backend - 4a01b2c + diff --git a/functions-2.html b/functions-2.html index d08a683a5..d32d173be 100644 --- a/functions-2.html +++ b/functions-2.html @@ -587,9 +587,9 @@

Parameter evaluation order - 4a01b2c + diff --git a/functions.html b/functions.html index 6ccda37ff..9f988c451 100644 --- a/functions.html +++ b/functions.html @@ -448,9 +448,9 @@

Returning multiple values - 4a01b2c + diff --git a/getting-started.html b/getting-started.html index 11befa4ec..7707a2433 100644 --- a/getting-started.html +++ b/getting-started.html @@ -424,9 +424,9 @@

Getting started

- +
diff --git a/global-variables.html b/global-variables.html index f6e75d5b1..3b9849cbf 100644 --- a/global-variables.html +++ b/global-variables.html @@ -456,9 +456,9 @@

Global Variables

- +
diff --git a/hello-world.html b/hello-world.html index d210ca3c1..f6fc300dd 100644 --- a/hello-world.html +++ b/hello-world.html @@ -449,9 +449,9 @@

Hello World

- +
diff --git a/index.html b/index.html index 85894bc76..4f812ac25 100644 --- a/index.html +++ b/index.html @@ -418,9 +418,9 @@

V Documentation

- +
diff --git a/installing-v-from-source.html b/installing-v-from-source.html index 1109e768b..16dc9e2b3 100644 --- a/installing-v-from-source.html +++ b/installing-v-from-source.html @@ -428,9 +428,9 @@

Installing V from source

- +
diff --git a/introduction.html b/introduction.html index ba5d43ff2..05e61c168 100644 --- a/introduction.html +++ b/introduction.html @@ -425,9 +425,9 @@

Introduction

- +
diff --git a/json.html b/json.html index d08da30cc..744c017cc 100644 --- a/json.html +++ b/json.html @@ -480,9 +480,9 @@

Encoding JSON - 4a01b2c + diff --git a/limited-operator-overloading.html b/limited-operator-overloading.html index b25138af6..9290ca64b 100644 --- a/limited-operator-overloading.html +++ b/limited-operator-overloading.html @@ -480,9 +480,9 @@

Other restrictions - 4a01b2c + diff --git a/memory-management.html b/memory-management.html index 905718c94..0cc60b092 100644 --- a/memory-management.html +++ b/memory-management.html @@ -706,9 +706,9 @@

Manual Control for Stack and Heap
- 4a01b2c +
diff --git a/memory-unsafe-code.html b/memory-unsafe-code.html index dbfeb8bc1..0825a00bb 100644 --- a/memory-unsafe-code.html +++ b/memory-unsafe-code.html @@ -455,9 +455,9 @@

Memory-unsafe code

- +
diff --git a/module-imports.html b/module-imports.html index 38ffc1de2..2d3a2741a 100644 --- a/module-imports.html +++ b/module-imports.html @@ -495,9 +495,9 @@

Module import aliasing - 4a01b2c + diff --git a/modules.html b/modules.html index fcf03ba43..b2d0b4541 100644 --- a/modules.html +++ b/modules.html @@ -494,9 +494,9 @@

cleanup functions - 4a01b2c + diff --git a/orm.html b/orm.html index 9f514be92..870e71531 100644 --- a/orm.html +++ b/orm.html @@ -515,9 +515,9 @@

ORM

- +
diff --git a/other-v-features.html b/other-v-features.html index db3241312..52476dd19 100644 --- a/other-v-features.html +++ b/other-v-features.html @@ -550,9 +550,9 @@

Appendices

- +
diff --git a/package-management.html b/package-management.html index a33be1cb7..9fa4a6d1d 100644 --- a/package-management.html +++ b/package-management.html @@ -540,9 +540,9 @@

Advanced Topics

- +
diff --git a/packaging-v-for-distribution.html b/packaging-v-for-distribution.html index 84ba72874..071def4a5 100644 --- a/packaging-v-for-distribution.html +++ b/packaging-v-for-distribution.html @@ -418,9 +418,9 @@

Packaging V for distribution

- +
diff --git a/performance-tuning.html b/performance-tuning.html index ed6e3117b..38c48a116 100644 --- a/performance-tuning.html +++ b/performance-tuning.html @@ -715,9 +715,9 @@

PGO (Profile-Guided Optimization)
- 4a01b2c +
diff --git a/references.html b/references.html index f7e3cc747..48d4aa6dd 100644 --- a/references.html +++ b/references.html @@ -453,9 +453,9 @@

References

- +
diff --git a/running-a-project-folder-with-several-files.html b/running-a-project-folder-with-several-files.html index 874fde620..83c301092 100644 --- a/running-a-project-folder-with-several-files.html +++ b/running-a-project-folder-with-several-files.html @@ -448,9 +448,9 @@

Running a project folder with several files

- +
diff --git a/sizeof-and-__offsetof.html b/sizeof-and-__offsetof.html index 27922ed8f..edfd79d14 100644 --- a/sizeof-and-__offsetof.html +++ b/sizeof-and-__offsetof.html @@ -430,9 +430,9 @@

sizeof and __offsetof

- +
diff --git a/statements-&-expressions.html b/statements-&-expressions.html index 6291be755..b6b15d3df 100644 --- a/statements-&-expressions.html +++ b/statements-&-expressions.html @@ -991,9 +991,9 @@

Goto - 4a01b2c + diff --git a/structs-with-reference-fields.html b/structs-with-reference-fields.html index 3e1997495..b0bd68fc9 100644 --- a/structs-with-reference-fields.html +++ b/structs-with-reference-fields.html @@ -447,9 +447,9 @@

Structs with reference fields

- +
diff --git a/structs.html b/structs.html index b7e13443b..24ef2d8a7 100644 --- a/structs.html +++ b/structs.html @@ -763,9 +763,9 @@

Embedded structs - 4a01b2c + diff --git a/symbol-visibility.html b/symbol-visibility.html index a7023dbe8..c2bbfd0d3 100644 --- a/symbol-visibility.html +++ b/symbol-visibility.html @@ -431,9 +431,9 @@

Symbol visibility

- +
diff --git a/testing.html b/testing.html index 4f50a9476..f91ef7d91 100644 --- a/testing.html +++ b/testing.html @@ -559,9 +559,9 @@

Running tests
- 4a01b2c +
diff --git a/tools.html b/tools.html index 94ffb5459..66b6b660a 100644 --- a/tools.html +++ b/tools.html @@ -466,9 +466,9 @@

Profiling - 4a01b2c + diff --git a/trace.html b/trace.html index f8c1394f1..f56973672 100644 --- a/trace.html +++ b/trace.html @@ -447,9 +447,9 @@

Trace

- +
diff --git a/type-declarations.html b/type-declarations.html index c37f9464c..6986d08fc 100644 --- a/type-declarations.html +++ b/type-declarations.html @@ -1173,9 +1173,9 @@

Generics - 4a01b2c + diff --git a/unions.html b/unions.html index e4b01c7a7..83258e2e9 100644 --- a/unions.html +++ b/unions.html @@ -451,9 +451,9 @@

Unions

- +
diff --git a/upgrading-v-to-latest-version.html b/upgrading-v-to-latest-version.html index 0cadcbdbd..f61b213ad 100644 --- a/upgrading-v-to-latest-version.html +++ b/upgrading-v-to-latest-version.html @@ -420,9 +420,9 @@

Upgrading V to latest version

- +
diff --git a/v-and-c.html b/v-and-c.html index cd316a84c..c40be9ea8 100644 --- a/v-and-c.html +++ b/v-and-c.html @@ -788,9 +788,9 @@

Working around C issues - 4a01b2c + diff --git a/v-types.html b/v-types.html index 813d549c4..bc5fa7205 100644 --- a/v-types.html +++ b/v-types.html @@ -1261,9 +1261,9 @@

Map update syntax - 4a01b2c + diff --git a/variables.html b/variables.html index 05178dbc3..75466ce7a 100644 --- a/variables.html +++ b/variables.html @@ -513,9 +513,9 @@

Warnings and declaration errors
- 4a01b2c +
diff --git a/writing-documentation.html b/writing-documentation.html index a421814a6..60120460f 100644 --- a/writing-documentation.html +++ b/writing-documentation.html @@ -446,9 +446,9 @@

Newlines in Documentation Comments <
- +