From ad302671f8f87fd501f978719a2f93506f5252e6 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 12 Feb 2024 19:41:41 +0100 Subject: [PATCH] Fix documentation --- docs/docs/reference/core.md | 4 ++-- docs/docs/reference/coreconfiguration.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/reference/core.md b/docs/docs/reference/core.md index 160ce24..65fedd8 100644 --- a/docs/docs/reference/core.md +++ b/docs/docs/reference/core.md @@ -41,7 +41,7 @@ Loads a new CoreConfiguration class and applies it's settings. ### *bool* is_devmode() Returns the development mode status. ### *String* get_format_string(*String* string) -Replaces placeholders with human-friendly strings +Replaces placeholders with human-friendly strings \ You can use the following placeholders: - `%release%` Returns the release number. @@ -58,4 +58,4 @@ You can use the following placeholders: - `%headless%` Returns the headless mode status ### *Array[int]* get_version_semantic() -Returns the CORE version in the semantic versioning scheme. The first integer contains the release number, the second integer contains the release type (0 for beta, 1 for alpha, 2 for rc and 3 for release) and the last integer contains the typerelease number. +Returns the CORE version in the semantic versioning scheme. The first integer contains the release number, the second integer contains the release type (0 for alpha, 1 for beta, 2 for rc and 3 for release) and the last integer contains the typerelease number. diff --git a/docs/docs/reference/coreconfiguration.md b/docs/docs/reference/coreconfiguration.md index e7b7301..216bf4e 100644 --- a/docs/docs/reference/coreconfiguration.md +++ b/docs/docs/reference/coreconfiguration.md @@ -43,4 +43,4 @@ Determines if [`LogUI`](/terminology#logui) should be visible or not. ### *Color* logui_background_color = *Color.BLACK* The color the `LogUI` background will have. Set to `Color.TRANSPARENT` for a transparent background. ### *int* logui_font_size = *14* -The font size the graphical log output should have. +What size the graphical log should have.