Currently done Global api docs but it need to be continued as HAL and Core would be documented

This commit is contained in:
Elia Sulimanov 2020-06-17 22:12:54 +03:00
parent d9a727f333
commit 60c428d27a

View file

@ -17,6 +17,9 @@ namespace Cosmos.System
/// </summary> /// </summary>
public static class Global public static class Global
{ {
/// <summary>
/// Create new inctanse of the <see cref="Global"/> class.
/// </summary>
static Global() static Global()
{ {
@ -64,6 +67,7 @@ namespace Cosmos.System
set { KeyboardManager.ScrollLock = value; } set { KeyboardManager.ScrollLock = value; }
} }
// TODO: continue adding exceptions to the list, as HAL and Core would be documented.
/// <summary> /// <summary>
/// Init console, screen and keyboard. /// Init console, screen and keyboard.
/// </summary> /// </summary>