From 60c428d27a874ff52edfac9013ec78aab2fbbd4b Mon Sep 17 00:00:00 2001 From: Elia Sulimanov Date: Wed, 17 Jun 2020 22:12:54 +0300 Subject: [PATCH] Currently done Global api docs but it need to be continued as HAL and Core would be documented --- source/Cosmos.System2/Global.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/Cosmos.System2/Global.cs b/source/Cosmos.System2/Global.cs index 73b7c3889..2ada03ce0 100644 --- a/source/Cosmos.System2/Global.cs +++ b/source/Cosmos.System2/Global.cs @@ -17,6 +17,9 @@ namespace Cosmos.System /// public static class Global { + /// + /// Create new inctanse of the class. + /// static Global() { @@ -64,6 +67,7 @@ namespace Cosmos.System set { KeyboardManager.ScrollLock = value; } } + // TODO: continue adding exceptions to the list, as HAL and Core would be documented. /// /// Init console, screen and keyboard. ///