From 5a3046c5b12d082f4dcc59780037970ab105ccca Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 25 Jan 2025 16:52:39 +0100 Subject: [PATCH] created doc for why2_get_flags_changed --- .../flags/getters/why2_get_flags_changed.md | 35 +++++++++++++++++++ docs/functions/index.md | 1 + 2 files changed, 36 insertions(+) create mode 100644 docs/functions/core/flags/getters/why2_get_flags_changed.md diff --git a/docs/functions/core/flags/getters/why2_get_flags_changed.md b/docs/functions/core/flags/getters/why2_get_flags_changed.md new file mode 100644 index 0000000..f6c6e41 --- /dev/null +++ b/docs/functions/core/flags/getters/why2_get_flags_changed.md @@ -0,0 +1,35 @@ + + +# why2_get_flags_changed + +## Parameters + +*This functions doesn't take any parameters.* + +## Attributes + +| | | +| ------------------ | ----------------------------------------------------- | +| **Return type** | [`why2_bool`](../../../../types/core/flags/why2_bool) | +| **Header comment** | *This functions doesn't have any description.* | +| **Added in commit** | [`083233c0f64302621c915125fffec0d5e9b23a2c`](https://github.com/ENGO150/WHY2/commit/083233c0f64302621c915125fffec0d5e9b23a2c) | + +## Description + +Function returns boolean → whether [`why2_set_flags`](../../setters/why2_set_flags) was used or not. \ No newline at end of file diff --git a/docs/functions/index.md b/docs/functions/index.md index 08277c9..837b130 100644 --- a/docs/functions/index.md +++ b/docs/functions/index.md @@ -55,6 +55,7 @@ You can find documentation for every *public* function of WHY2 below. | [`why2_get_flags`](./core/flags/getters/why2_get_flags) | Returns used flags | | [`why2_no_output`](./core/flags/getters/why2_no_output) | Same as why2_get_default_flags() but for why2_output_flags | | [`why2_get_encryption_operation`](./core/flags/getters/why2_get_encryption_operation) | Returns functions which is used for encryption & decryption | +| [`why2_get_flags_changed`](./core/flags/getters/why2_get_flags_changed) | *This functions doesn't have any description.* | ## Logger