Skip to content

Commit

Permalink
Update doumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Nov 18, 2024
1 parent d40074c commit e1c8c51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/xtd.core.examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
* [lock](keywords/lock/README.md) shows how to use [lock_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#gacd9906b29d877eb1eb0a8c7bc4ab774a) method.
* [lock_guard_keyword](keywords/lock_guard_keyword/README.md) shows how to use [lock_guard_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#gacd9906b29d877eb1eb0a8c7bc4ab774a) method.
* [nameof](keywords/nameof/README.md) shows how to use [nameof_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#gabe3976c5f529fab9b255e38ced18b281) keyword.
* [sizeof](keywords/sizeof/README.md) shows how to use [sizeof_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#gafa2ffd9b4a6568b57ab2731bec095d99) keyword.
* [sizeof](keywords/sizeof/README.md) shows how to use [sizeof_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#gacff264255bb80f00c1447fda6524b0ec) keyword.
* [startup_keyword](keywords/startup_keyword/README.md) shows how to use [startup_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#gac9b8e6f22fb2fdc1bb915ee01aef848c) keyword.
* [static](keywords/static/README.md) shows how to use [static_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#ga28796443ec37b938df7072c79595e3f6) keyword.
* [static_object](keywords/static_object/README.md) shows how to use [static_object_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#gadf2fc01c525cce1b8255c8308b2fb004) keyword.
Expand Down
2 changes: 1 addition & 1 deletion examples/xtd.core.examples/keywords/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* [lock](lock/README.md) shows how to use [lock_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#gacd9906b29d877eb1eb0a8c7bc4ab774a) method.
* [lock_guard_keyword](lock_guard_keyword/README.md) shows how to use [lock_guard_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#gacd9906b29d877eb1eb0a8c7bc4ab774a) method.
* [nameof](nameof/README.md) shows how to use [nameof_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#gabe3976c5f529fab9b255e38ced18b281) keyword.
* [sizeof](sizeof/README.md) shows how to use [sizeof_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#gafa2ffd9b4a6568b57ab2731bec095d99) keyword.
* [sizeof](sizeof/README.md) shows how to use [sizeof_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#gacff264255bb80f00c1447fda6524b0ec) keyword.
* [startup_keyword](startup_keyword/README.md) shows how to use [startup_](https://gammasoft71.github.io/xtd/reference_guides/latest/startup_8h.html) method.
* [static](static/README.md) shows how to use [static_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#ga28796443ec37b938df7072c79595e3f6) keyword.
* [static_object](static_object/README.md) shows how to use [static_object_](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1static__object.html) keyword.
Expand Down
2 changes: 1 addition & 1 deletion examples/xtd.core.examples/keywords/sizeof/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sizeof

Shows how to use [sizeof_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#gafa2ffd9b4a6568b57ab2731bec095d99) keyword.
Shows how to use [sizeof_](https://gammasoft71.github.io/xtd/reference_guides/latest/group__keywords.html#gacff264255bb80f00c1447fda6524b0ec) keyword.

## Sources

Expand Down

0 comments on commit e1c8c51

Please sign in to comment.