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>
public static class Global
{
/// <summary>
/// Create new inctanse of the <see cref="Global"/> class.
/// </summary>
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.
/// <summary>
/// Init console, screen and keyboard.
/// </summary>