From 8961d588ca1c987693aab7c64c09058ac65b04da Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 25 Jan 2025 18:22:18 +0100 Subject: [PATCH] created doc for why2_set_flags --- .../core/flags/setters/why2_set_flags.md | 37 +++++++++++++++++++ docs/functions/index.md | 1 + 2 files changed, 38 insertions(+) create mode 100644 docs/functions/core/flags/setters/why2_set_flags.md diff --git a/docs/functions/core/flags/setters/why2_set_flags.md b/docs/functions/core/flags/setters/why2_set_flags.md new file mode 100644 index 0000000..172b36d --- /dev/null +++ b/docs/functions/core/flags/setters/why2_set_flags.md @@ -0,0 +1,37 @@ + + +# why2_set_flags + +## Parameters + +| Identifier | Data type | +| ----------- | ------------------------------------------------------------------- | +| `new_flags` | [`why2_input_flags`](../../../../types/core/flags/why2_input_flags) | + +## Attributes + +| | | +| ------------------ | -------------------- | +| **Return type** | `void` | +| **Header comment** | `RETURNS USED FLAGS` | +| **Added in commit** | [`692e76db175c2da444a5d92163305d26de73501a`](https://github.com/ENGO150/WHY2/commit/692e76db175c2da444a5d92163305d26de73501a) | + +## Description + +Sets `input_flags` settings. \ No newline at end of file diff --git a/docs/functions/index.md b/docs/functions/index.md index 0f8456e..2a6499d 100644 --- a/docs/functions/index.md +++ b/docs/functions/index.md @@ -66,6 +66,7 @@ You can find documentation for every *public* function of WHY2 below. | --------------------------------------------------------------------- | ------------------------------------------------- | | [`why2_set_encryption_separator`](./core/flags/setters/why2_set_encryption_separator) | *This functions doesn't have any description.* | | [`why2_set_key_length`](./core/flags/setters/why2_set_key_length) | *This functions doesn't have any description.* | +| [`why2_set_flags`](./core/flags/setters/why2_set_flags) | *This functions doesn't have any description.* | ## Logger