From 16a494e5343fc0c1dd201b7ef017b469d5d952b7 Mon Sep 17 00:00:00 2001 From: vlang-bot Date: Sat, 28 Sep 2024 17:16:41 +0300 Subject: [PATCH] update docs for commit f30078a2 --- 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 12f49b8c1..333fc0fe1 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 a2275a4f8..eb3c8a345 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 70be51c8d..d25dcadf4 100644 --- a/atomics.html +++ b/atomics.html @@ -497,9 +497,9 @@

Atomics

- +
diff --git a/attributes.html b/attributes.html index 5ff4c7a1d..eb7592a25 100644 --- a/attributes.html +++ b/attributes.html @@ -638,9 +638,9 @@

Attributes

- +
diff --git a/builtin-functions.html b/builtin-functions.html index 0adfb18b0..5379b2625 100644 --- a/builtin-functions.html +++ b/builtin-functions.html @@ -499,9 +499,9 @@

Dumping expressions at runtime - a6af3d5 + diff --git a/call-stack.html b/call-stack.html index 4da684e61..3c322dd00 100644 --- a/call-stack.html +++ b/call-stack.html @@ -446,9 +446,9 @@

Call stack

- +
diff --git a/comments.html b/comments.html index 68eb9db76..3be9c5010 100644 --- a/comments.html +++ b/comments.html @@ -423,9 +423,9 @@

Comments

- +
diff --git a/concurrency.html b/concurrency.html index 0b7bdc7a8..17816ad46 100644 --- a/concurrency.html +++ b/concurrency.html @@ -698,9 +698,9 @@

Shared Objects
- a6af3d5 +
diff --git a/conditional-compilation.html b/conditional-compilation.html index 3056ee09e..449ca03f8 100644 --- a/conditional-compilation.html +++ b/conditional-compilation.html @@ -986,9 +986,9 @@

Environment specific files - a6af3d5 + diff --git a/constants.html b/constants.html index f48f8d7de..081e7d225 100644 --- a/constants.html +++ b/constants.html @@ -491,9 +491,9 @@

Required module prefix - a6af3d5 + diff --git a/cross-compilation.html b/cross-compilation.html index 8730902a5..50088635e 100644 --- a/cross-compilation.html +++ b/cross-compilation.html @@ -443,9 +443,9 @@

Cross compilation

- +
diff --git a/debugger.html b/debugger.html index 78aacccaf..21aa28555 100644 --- a/debugger.html +++ b/debugger.html @@ -503,9 +503,9 @@

Debugger

- +
diff --git a/debugging.html b/debugging.html index b18a5a8fa..6566c2601 100644 --- a/debugging.html +++ b/debugging.html @@ -469,9 +469,9 @@

Javascript Backend - a6af3d5 + diff --git a/functions-2.html b/functions-2.html index cf38d87ef..5a2e1c357 100644 --- a/functions-2.html +++ b/functions-2.html @@ -587,9 +587,9 @@

Parameter evaluation order - a6af3d5 + diff --git a/functions.html b/functions.html index e28602e60..fc0703342 100644 --- a/functions.html +++ b/functions.html @@ -448,9 +448,9 @@

Returning multiple values - a6af3d5 + diff --git a/getting-started.html b/getting-started.html index deae622eb..f926de6eb 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 30db34ddf..60777206d 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 866f5e1b1..916698638 100644 --- a/hello-world.html +++ b/hello-world.html @@ -449,9 +449,9 @@

Hello World

- +
diff --git a/index.html b/index.html index 735b6ee79..3c56278ec 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 378c0b954..05deab659 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 ac54e0872..b05083583 100644 --- a/introduction.html +++ b/introduction.html @@ -425,9 +425,9 @@

Introduction

- +
diff --git a/json.html b/json.html index 9aa4c6239..80db83fd9 100644 --- a/json.html +++ b/json.html @@ -480,9 +480,9 @@

Encoding JSON - a6af3d5 + diff --git a/limited-operator-overloading.html b/limited-operator-overloading.html index 5dc1eb9f2..7722e689b 100644 --- a/limited-operator-overloading.html +++ b/limited-operator-overloading.html @@ -480,9 +480,9 @@

Other restrictions - a6af3d5 + diff --git a/memory-management.html b/memory-management.html index c5804c1ce..cae04e971 100644 --- a/memory-management.html +++ b/memory-management.html @@ -706,9 +706,9 @@

Manual Control for Stack and Heap
- a6af3d5 +
diff --git a/memory-unsafe-code.html b/memory-unsafe-code.html index 31ae4898a..94929a71c 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 cb7f229cf..49469b04e 100644 --- a/module-imports.html +++ b/module-imports.html @@ -495,9 +495,9 @@

Module import aliasing - a6af3d5 + diff --git a/modules.html b/modules.html index b906c5dbd..e9a0a9cc5 100644 --- a/modules.html +++ b/modules.html @@ -494,9 +494,9 @@

cleanup functions - a6af3d5 + diff --git a/orm.html b/orm.html index 7c6447762..2d209ab61 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 5e26b5663..296a4b78b 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 407469202..466d90850 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 7a9b9ff1c..bcf4422cd 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 1f9e87d3a..6ee2641e3 100644 --- a/performance-tuning.html +++ b/performance-tuning.html @@ -715,9 +715,9 @@

PGO (Profile-Guided Optimization)
- a6af3d5 +
diff --git a/references.html b/references.html index 3f4e7135d..dfc7c3ff8 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 eedc250ee..833cc0e34 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 cc1976bb5..964c6b690 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 010c1f848..9a6a8f4c3 100644 --- a/statements-&-expressions.html +++ b/statements-&-expressions.html @@ -991,9 +991,9 @@

Goto - a6af3d5 + diff --git a/structs-with-reference-fields.html b/structs-with-reference-fields.html index 59863ea3c..8d1783203 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 8f22bc02b..71cbc8a81 100644 --- a/structs.html +++ b/structs.html @@ -763,9 +763,9 @@

Embedded structs - a6af3d5 + diff --git a/symbol-visibility.html b/symbol-visibility.html index 5740ce695..4b1f4f867 100644 --- a/symbol-visibility.html +++ b/symbol-visibility.html @@ -431,9 +431,9 @@

Symbol visibility

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

Running tests
- a6af3d5 +
diff --git a/tools.html b/tools.html index 7f0e9853b..98ddee8f9 100644 --- a/tools.html +++ b/tools.html @@ -466,9 +466,9 @@

Profiling - a6af3d5 + diff --git a/trace.html b/trace.html index 1eb6c9558..4edffe567 100644 --- a/trace.html +++ b/trace.html @@ -447,9 +447,9 @@

Trace

- +
diff --git a/type-declarations.html b/type-declarations.html index bbd0b375f..7399a4355 100644 --- a/type-declarations.html +++ b/type-declarations.html @@ -1173,9 +1173,9 @@

Generics - a6af3d5 + diff --git a/unions.html b/unions.html index 82d469ead..0dcbdcf04 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 6778f85dc..a1f222b2c 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 990fa79f8..bfefdf82b 100644 --- a/v-and-c.html +++ b/v-and-c.html @@ -788,9 +788,9 @@

Working around C issues - a6af3d5 + diff --git a/v-types.html b/v-types.html index 31b781933..3131bbcd1 100644 --- a/v-types.html +++ b/v-types.html @@ -1261,9 +1261,9 @@

Map update syntax - a6af3d5 + diff --git a/variables.html b/variables.html index e3b0d76db..65ed035aa 100644 --- a/variables.html +++ b/variables.html @@ -513,9 +513,9 @@

Warnings and declaration errors
- a6af3d5 +
diff --git a/writing-documentation.html b/writing-documentation.html index 42012d671..dfd63cc0f 100644 --- a/writing-documentation.html +++ b/writing-documentation.html @@ -446,9 +446,9 @@

Newlines in Documentation Comments <
- +