diff --git a/docs/functions/core/flags/setters/why2_set_encryption_separator.md b/docs/functions/core/flags/setters/why2_set_encryption_separator.md new file mode 100644 index 0000000..ced3257 --- /dev/null +++ b/docs/functions/core/flags/setters/why2_set_encryption_separator.md @@ -0,0 +1,45 @@ + + +# why2_set_encryption_separator + +## Parameters + +| Identifier | Data type | +| ----------------------------- | --------- | +| `encryption_separator_new` | `char` | + +## Attributes + +| | | +| ------------------ | ---------------------------------------------- | +| **Return type** | `void` | +| **Header comment** | *This functions doesn't have any description.* | +| **Added in commit** | [`1a5b58edf99547ba32fb047e80fb179f315182b9`](https://github.com/ENGO150/WHY2/commit/1a5b58edf99547ba32fb047e80fb179f315182b9) | + +## Description + +Sets `encryption_separator`, which is used in encryption/decryption for separating chars. + +--- + +``` +104'-100'10306'-110'87 +``` + +Example above uses `'` as `encryption_separator`. \ No newline at end of file diff --git a/docs/functions/index.md b/docs/functions/index.md index fc85b1a..639da03 100644 --- a/docs/functions/index.md +++ b/docs/functions/index.md @@ -60,6 +60,12 @@ You can find documentation for every *public* function of WHY2 below. | [`why2_get_memory_identifier`](./core/flags/getters/why2_get_memory_identifier) | Returns string used in linked list (in memory.c) for identifying nodes when running garbage collector | | [`why2_get_default_memory_identifier`](./core/flags/getters/why2_get_default_memory_identifier) | *This functions doesn't have any description.* | +#### Setters + +| Function | Description | +| --------------------------------------------------------------------- | ------------------------------------------------- | +| [`why2_set_encryption_separator`](./core/flags/setters/why2_set_encryption_separator) | *This functions doesn't have any description.* | + ## Logger ## Chat \ No newline at end of file