From 68dbafcf6f2e864427ac46a33e6a2d617e832507 Mon Sep 17 00:00:00 2001 From: vlang-bot Date: Tue, 1 Oct 2024 05:07:33 +0300 Subject: [PATCH] update docs for commit ce957872 --- 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 19a22d17b..662cd1c47 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 386710e9f..029898587 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 c2b49e8b7..c2ad1d0db 100644 --- a/atomics.html +++ b/atomics.html @@ -497,9 +497,9 @@

Atomics

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

Attributes

- +
diff --git a/builtin-functions.html b/builtin-functions.html index 4b1a95e9c..f82575cee 100644 --- a/builtin-functions.html +++ b/builtin-functions.html @@ -499,9 +499,9 @@

Dumping expressions at runtime - aa3ab3f + diff --git a/call-stack.html b/call-stack.html index 389cdb6db..fd5aa5f42 100644 --- a/call-stack.html +++ b/call-stack.html @@ -446,9 +446,9 @@

Call stack

- +
diff --git a/comments.html b/comments.html index d8c99c7b6..81749844b 100644 --- a/comments.html +++ b/comments.html @@ -423,9 +423,9 @@

Comments

- +
diff --git a/concurrency.html b/concurrency.html index 672e1f829..552b1a82f 100644 --- a/concurrency.html +++ b/concurrency.html @@ -698,9 +698,9 @@

Shared Objects
- aa3ab3f +
diff --git a/conditional-compilation.html b/conditional-compilation.html index c446abdb6..2e4c20862 100644 --- a/conditional-compilation.html +++ b/conditional-compilation.html @@ -986,9 +986,9 @@

Environment specific files - aa3ab3f + diff --git a/constants.html b/constants.html index 1f1c88d05..0616522c7 100644 --- a/constants.html +++ b/constants.html @@ -491,9 +491,9 @@

Required module prefix - aa3ab3f + diff --git a/cross-compilation.html b/cross-compilation.html index 8cec7c84a..b4e60d077 100644 --- a/cross-compilation.html +++ b/cross-compilation.html @@ -443,9 +443,9 @@

Cross compilation

- +
diff --git a/debugger.html b/debugger.html index 37648ad63..cd8453cda 100644 --- a/debugger.html +++ b/debugger.html @@ -503,9 +503,9 @@

Debugger

- +
diff --git a/debugging.html b/debugging.html index 9aed98501..fa22c6edf 100644 --- a/debugging.html +++ b/debugging.html @@ -469,9 +469,9 @@

Javascript Backend - aa3ab3f + diff --git a/functions-2.html b/functions-2.html index c269ccd3c..75d8b2940 100644 --- a/functions-2.html +++ b/functions-2.html @@ -587,9 +587,9 @@

Parameter evaluation order - aa3ab3f + diff --git a/functions.html b/functions.html index c8c1f5280..2bc51fdd9 100644 --- a/functions.html +++ b/functions.html @@ -448,9 +448,9 @@

Returning multiple values - aa3ab3f + diff --git a/getting-started.html b/getting-started.html index 90644b7f5..d156eb0a0 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 eee97c1c4..bcc0d1f22 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 a78a5a5da..8ed8cdb65 100644 --- a/hello-world.html +++ b/hello-world.html @@ -449,9 +449,9 @@

Hello World

- +
diff --git a/index.html b/index.html index 439f903cc..08f0b4ec6 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 3c948380d..31c371d8b 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 ed44db70e..cba79324c 100644 --- a/introduction.html +++ b/introduction.html @@ -425,9 +425,9 @@

Introduction

- +
diff --git a/json.html b/json.html index 3aa1d71b0..3ee8b6485 100644 --- a/json.html +++ b/json.html @@ -480,9 +480,9 @@

Encoding JSON - aa3ab3f + diff --git a/limited-operator-overloading.html b/limited-operator-overloading.html index 7a985dd9c..db5540b92 100644 --- a/limited-operator-overloading.html +++ b/limited-operator-overloading.html @@ -480,9 +480,9 @@

Other restrictions - aa3ab3f + diff --git a/memory-management.html b/memory-management.html index 8d91e14b9..be1207dc8 100644 --- a/memory-management.html +++ b/memory-management.html @@ -706,9 +706,9 @@

Manual Control for Stack and Heap
- aa3ab3f +
diff --git a/memory-unsafe-code.html b/memory-unsafe-code.html index 04a39ba39..7b6072e4a 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 fb10ab68f..8e6189a0c 100644 --- a/module-imports.html +++ b/module-imports.html @@ -495,9 +495,9 @@

Module import aliasing - aa3ab3f + diff --git a/modules.html b/modules.html index a0ecba780..1984490eb 100644 --- a/modules.html +++ b/modules.html @@ -494,9 +494,9 @@

cleanup functions - aa3ab3f + diff --git a/orm.html b/orm.html index 54e706441..03f9e9635 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 5a4fb1a53..99662cd0b 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 a084786f6..8f3580c91 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 70a10e531..fcef31ede 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 1526bc99a..e99de670b 100644 --- a/performance-tuning.html +++ b/performance-tuning.html @@ -715,9 +715,9 @@

PGO (Profile-Guided Optimization)
- aa3ab3f +
diff --git a/references.html b/references.html index d9dbb17d3..b8e13aab1 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 31b1c7744..5494041fb 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 c83026432..ff189433b 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 16e16cf70..85a9a1cd2 100644 --- a/statements-&-expressions.html +++ b/statements-&-expressions.html @@ -991,9 +991,9 @@

Goto - aa3ab3f + diff --git a/structs-with-reference-fields.html b/structs-with-reference-fields.html index 8d7f3e9d7..5378ee38c 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 9f42a885f..79c6a5cc4 100644 --- a/structs.html +++ b/structs.html @@ -763,9 +763,9 @@

Embedded structs - aa3ab3f + diff --git a/symbol-visibility.html b/symbol-visibility.html index 03f732147..5e6fca99c 100644 --- a/symbol-visibility.html +++ b/symbol-visibility.html @@ -431,9 +431,9 @@

Symbol visibility

- +
diff --git a/testing.html b/testing.html index fd9d58ed6..e5e5fbd16 100644 --- a/testing.html +++ b/testing.html @@ -559,9 +559,9 @@

Running tests
- aa3ab3f +
diff --git a/tools.html b/tools.html index 146470e04..90a1ee338 100644 --- a/tools.html +++ b/tools.html @@ -466,9 +466,9 @@

Profiling - aa3ab3f + diff --git a/trace.html b/trace.html index eb7e80b86..5e3071644 100644 --- a/trace.html +++ b/trace.html @@ -447,9 +447,9 @@

Trace

- +
diff --git a/type-declarations.html b/type-declarations.html index 0a67c32ab..033465cb6 100644 --- a/type-declarations.html +++ b/type-declarations.html @@ -1173,9 +1173,9 @@

Generics - aa3ab3f + diff --git a/unions.html b/unions.html index 0fce9c6d8..bef8f4ef0 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 5f4f77a63..bbeda8d94 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 398917bef..bf88d8ea8 100644 --- a/v-and-c.html +++ b/v-and-c.html @@ -788,9 +788,9 @@

Working around C issues - aa3ab3f + diff --git a/v-types.html b/v-types.html index 77121568e..161d1c0e3 100644 --- a/v-types.html +++ b/v-types.html @@ -1261,9 +1261,9 @@

Map update syntax - aa3ab3f + diff --git a/variables.html b/variables.html index e3eb621a1..63d4b81bc 100644 --- a/variables.html +++ b/variables.html @@ -513,9 +513,9 @@

Warnings and declaration errors
- aa3ab3f +
diff --git a/writing-documentation.html b/writing-documentation.html index 876205cdf..0d7978b23 100644 --- a/writing-documentation.html +++ b/writing-documentation.html @@ -446,9 +446,9 @@

Newlines in Documentation Comments <
- +