From 6cd1efcd954a1b8f984862498fcbab8c82d1a740 Mon Sep 17 00:00:00 2001 From: vlang-bot Date: Wed, 16 Oct 2024 11:04:31 +0300 Subject: [PATCH] update docs for commit ffa79219 --- 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-online-resources.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 +++--- 50 files changed, 150 insertions(+), 150 deletions(-) diff --git a/appendix-i-keywords.html b/appendix-i-keywords.html index 5bb97bb3..b8f7dbb3 100644 --- a/appendix-i-keywords.html +++ b/appendix-i-keywords.html @@ -326,9 +326,9 @@

Appendix I: Keywords

- +
diff --git a/appendix-ii-operators.html b/appendix-ii-operators.html index ae236470..c5fa0da4 100644 --- a/appendix-ii-operators.html +++ b/appendix-ii-operators.html @@ -315,9 +315,9 @@

Appendix II: Operators

- +
diff --git a/atomics.html b/atomics.html index b0374560..88deb3f9 100644 --- a/atomics.html +++ b/atomics.html @@ -359,9 +359,9 @@

Atomics

- +
diff --git a/attributes.html b/attributes.html index a058320c..24f242b4 100644 --- a/attributes.html +++ b/attributes.html @@ -500,9 +500,9 @@

Attributes

- +
diff --git a/builtin-functions.html b/builtin-functions.html index f3df1bb2..63f202d6 100644 --- a/builtin-functions.html +++ b/builtin-functions.html @@ -361,9 +361,9 @@

Dumping expressions at runtime - a5adbe8 + diff --git a/call-stack.html b/call-stack.html index 5e722df9..9234e38f 100644 --- a/call-stack.html +++ b/call-stack.html @@ -308,9 +308,9 @@

Call stack

- +
diff --git a/comments.html b/comments.html index b8ab1a38..80909ef1 100644 --- a/comments.html +++ b/comments.html @@ -285,9 +285,9 @@

Comments

- +
diff --git a/concurrency.html b/concurrency.html index b5ce0e62..0ea1162f 100644 --- a/concurrency.html +++ b/concurrency.html @@ -560,9 +560,9 @@

Shared Objects
- a5adbe8 +
diff --git a/conditional-compilation.html b/conditional-compilation.html index d676d1b5..9709ef46 100644 --- a/conditional-compilation.html +++ b/conditional-compilation.html @@ -848,9 +848,9 @@

Environment specific files - a5adbe8 + diff --git a/constants.html b/constants.html index d9528d67..6daa1511 100644 --- a/constants.html +++ b/constants.html @@ -353,9 +353,9 @@

Required module prefix - a5adbe8 + diff --git a/cross-compilation.html b/cross-compilation.html index a0d04c30..577548c7 100644 --- a/cross-compilation.html +++ b/cross-compilation.html @@ -305,9 +305,9 @@

Cross compilation

- +
diff --git a/debugger.html b/debugger.html index 5f504a89..c6c32e70 100644 --- a/debugger.html +++ b/debugger.html @@ -365,9 +365,9 @@

Debugger

- +
diff --git a/debugging.html b/debugging.html index d19bda18..158232a0 100644 --- a/debugging.html +++ b/debugging.html @@ -331,9 +331,9 @@

Javascript Backend - a5adbe8 + diff --git a/functions-2.html b/functions-2.html index 3b43c96e..1b390305 100644 --- a/functions-2.html +++ b/functions-2.html @@ -449,9 +449,9 @@

Parameter evaluation order - a5adbe8 + diff --git a/functions.html b/functions.html index cb73cdb9..50de7cb5 100644 --- a/functions.html +++ b/functions.html @@ -310,9 +310,9 @@

Returning multiple values - a5adbe8 + diff --git a/getting-started.html b/getting-started.html index fc18b80f..e08d0ec8 100644 --- a/getting-started.html +++ b/getting-started.html @@ -286,9 +286,9 @@

Getting started

- +
diff --git a/global-variables.html b/global-variables.html index 866e6215..599df87f 100644 --- a/global-variables.html +++ b/global-variables.html @@ -318,9 +318,9 @@

Global Variables

- +
diff --git a/hello-world.html b/hello-world.html index 4e4d14d7..6af42466 100644 --- a/hello-world.html +++ b/hello-world.html @@ -311,9 +311,9 @@

Hello World

- +
diff --git a/index.html b/index.html index d3809c98..9ecf0ef8 100644 --- a/index.html +++ b/index.html @@ -282,9 +282,9 @@

V Documentation

- +
diff --git a/installing-v-from-source.html b/installing-v-from-source.html index 37898879..f176e408 100644 --- a/installing-v-from-source.html +++ b/installing-v-from-source.html @@ -290,9 +290,9 @@

Installing V from source

- +
diff --git a/introduction.html b/introduction.html index dfd022eb..57198444 100644 --- a/introduction.html +++ b/introduction.html @@ -287,9 +287,9 @@

Introduction

- +
diff --git a/json.html b/json.html index 792be82d..821e0787 100644 --- a/json.html +++ b/json.html @@ -342,9 +342,9 @@

Encoding JSON - a5adbe8 + diff --git a/limited-operator-overloading.html b/limited-operator-overloading.html index e9f4c3c5..07a7dbf4 100644 --- a/limited-operator-overloading.html +++ b/limited-operator-overloading.html @@ -342,9 +342,9 @@

Other restrictions - a5adbe8 + diff --git a/memory-management.html b/memory-management.html index 7e093e59..cbe36d94 100644 --- a/memory-management.html +++ b/memory-management.html @@ -568,9 +568,9 @@

Manual Control for Stack and Heap
- a5adbe8 +
diff --git a/memory-unsafe-code.html b/memory-unsafe-code.html index 680479e3..3024fe16 100644 --- a/memory-unsafe-code.html +++ b/memory-unsafe-code.html @@ -317,9 +317,9 @@

Memory-unsafe code

- +
diff --git a/module-imports.html b/module-imports.html index 2f056a00..2112a403 100644 --- a/module-imports.html +++ b/module-imports.html @@ -357,9 +357,9 @@

Module import aliasing - a5adbe8 + diff --git a/modules.html b/modules.html index dd79250d..eb94f31c 100644 --- a/modules.html +++ b/modules.html @@ -356,9 +356,9 @@

cleanup functions - a5adbe8 + diff --git a/orm.html b/orm.html index c2cd2d3f..5545648c 100644 --- a/orm.html +++ b/orm.html @@ -377,9 +377,9 @@

ORM

- +
diff --git a/other-online-resources.html b/other-online-resources.html index d70e93f5..9a8d46b0 100644 --- a/other-online-resources.html +++ b/other-online-resources.html @@ -306,9 +306,9 @@

The V languag
- +
diff --git a/other-v-features.html b/other-v-features.html index 4b44322e..a9727c63 100644 --- a/other-v-features.html +++ b/other-v-features.html @@ -412,9 +412,9 @@

Appendices

- +
diff --git a/package-management.html b/package-management.html index 7e7a7985..246fe72c 100644 --- a/package-management.html +++ b/package-management.html @@ -402,9 +402,9 @@

Advanced Topics

- +
diff --git a/packaging-v-for-distribution.html b/packaging-v-for-distribution.html index a4441667..996edecf 100644 --- a/packaging-v-for-distribution.html +++ b/packaging-v-for-distribution.html @@ -280,9 +280,9 @@

Packaging V for distribution

- +
diff --git a/performance-tuning.html b/performance-tuning.html index 77336790..23a416d1 100644 --- a/performance-tuning.html +++ b/performance-tuning.html @@ -577,9 +577,9 @@

PGO (Profile-Guided Optimization)
- a5adbe8 +
diff --git a/references.html b/references.html index 9a04b407..1708bee8 100644 --- a/references.html +++ b/references.html @@ -315,9 +315,9 @@

References

- +
diff --git a/running-a-project-folder-with-several-files.html b/running-a-project-folder-with-several-files.html index a4abefd5..0551b84d 100644 --- a/running-a-project-folder-with-several-files.html +++ b/running-a-project-folder-with-several-files.html @@ -310,9 +310,9 @@

Running a project folder with several files

- +
diff --git a/sizeof-and-__offsetof.html b/sizeof-and-__offsetof.html index a4862b62..9c88c4e6 100644 --- a/sizeof-and-__offsetof.html +++ b/sizeof-and-__offsetof.html @@ -292,9 +292,9 @@

sizeof and __offsetof

- +
diff --git a/statements-&-expressions.html b/statements-&-expressions.html index f6af597d..a52ae326 100644 --- a/statements-&-expressions.html +++ b/statements-&-expressions.html @@ -853,9 +853,9 @@

Goto - a5adbe8 + diff --git a/structs-with-reference-fields.html b/structs-with-reference-fields.html index 9195ab87..3b5accfb 100644 --- a/structs-with-reference-fields.html +++ b/structs-with-reference-fields.html @@ -309,9 +309,9 @@

Structs with reference fields

- +
diff --git a/structs.html b/structs.html index 75a62764..0212badb 100644 --- a/structs.html +++ b/structs.html @@ -625,9 +625,9 @@

Embedded structs - a5adbe8 + diff --git a/symbol-visibility.html b/symbol-visibility.html index 1ad0e64e..9566d3dc 100644 --- a/symbol-visibility.html +++ b/symbol-visibility.html @@ -293,9 +293,9 @@

Symbol visibility

- +
diff --git a/testing.html b/testing.html index e7750733..a0bcb0d4 100644 --- a/testing.html +++ b/testing.html @@ -421,9 +421,9 @@

Running tests
- a5adbe8 +
diff --git a/tools.html b/tools.html index 600cb09c..5406b4e6 100644 --- a/tools.html +++ b/tools.html @@ -328,9 +328,9 @@

Profiling - a5adbe8 + diff --git a/trace.html b/trace.html index e7d75aae..df9911e3 100644 --- a/trace.html +++ b/trace.html @@ -309,9 +309,9 @@

Trace

- +
diff --git a/type-declarations.html b/type-declarations.html index 615cef0a..c2701e86 100644 --- a/type-declarations.html +++ b/type-declarations.html @@ -1035,9 +1035,9 @@

Generics - a5adbe8 + diff --git a/unions.html b/unions.html index e0ef4330..6600851a 100644 --- a/unions.html +++ b/unions.html @@ -313,9 +313,9 @@

Unions

- +
diff --git a/upgrading-v-to-latest-version.html b/upgrading-v-to-latest-version.html index 32f6c268..c38ab44e 100644 --- a/upgrading-v-to-latest-version.html +++ b/upgrading-v-to-latest-version.html @@ -282,9 +282,9 @@

Upgrading V to latest version

- +
diff --git a/v-and-c.html b/v-and-c.html index d88100fe..3f2693df 100644 --- a/v-and-c.html +++ b/v-and-c.html @@ -650,9 +650,9 @@

Working around C issues - a5adbe8 + diff --git a/v-types.html b/v-types.html index ab6054f0..3aafdcce 100644 --- a/v-types.html +++ b/v-types.html @@ -1123,9 +1123,9 @@

Map update syntax - a5adbe8 + diff --git a/variables.html b/variables.html index e22d7628..71bd1e1d 100644 --- a/variables.html +++ b/variables.html @@ -375,9 +375,9 @@

Warnings and declaration errors
- a5adbe8 +
diff --git a/writing-documentation.html b/writing-documentation.html index 3d36bec4..26485e64 100644 --- a/writing-documentation.html +++ b/writing-documentation.html @@ -308,9 +308,9 @@

Newlines in Documentation Comments <
- +