diff --git a/docs/functions/core/flags/getters/why2_get_default_flags.md b/docs/functions/core/flags/getters/why2_get_default_flags.md new file mode 100644 index 0000000..d51045f --- /dev/null +++ b/docs/functions/core/flags/getters/why2_get_default_flags.md @@ -0,0 +1,35 @@ + + +# why2_get_default_flags + +## Parameters + +*This functions doesn't take any parameters.* + +## Attributes + +| | | +| ------------------ | ------------------------------------------------------------------- | +| **Return type** | [`why2_input_flags`](../../../../types/core/flags/why2_input_flags) | +| **Header comment** | `THIS GENERATES why2_input_flags WITH DEFAULT VALUES` | +| **Added in commit** | [`71865826fa159e4480ecd676ff224822ea640506`](https://github.com/ENGO150/WHY2/commit/71865826fa159e4480ecd676ff224822ea640506) | + +## Description + +Returns default `input_flags` settings. \ No newline at end of file diff --git a/docs/functions/index.md b/docs/functions/index.md index 6dc1e5e..7a259e8 100644 --- a/docs/functions/index.md +++ b/docs/functions/index.md @@ -51,6 +51,7 @@ You can find documentation for every *public* function of WHY2 below. | ----------------------------------------------------------------------------- | --------------------------------------- | | [`why2_get_encryption_separator`](./core/flags/getters/why2_get_encryption_separator) | *This functions doesn't have any description.* | | [`why2_get_key_length`](./core/flags/getters/why2_get_key_length) | *This functions doesn't have any description.* | +| [`why2_get_default_flags`](./core/flags/getters/why2_get_default_flags) | This generates why2_input_flags with default values | ## Logger