Comments now conform to PasDoc specifications.

git-svn-id: https://spexeah.com:8443/svn/Asuro@749 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2018-10-12 20:49:03 +00:00
parent 877ef01b80
commit db58264fa6
81 changed files with 631 additions and 430 deletions

View File

@ -1,3 +1,8 @@
{
Prog->MemView - Live Memory View.
@author(Kieron Morris <kjm@kieronmorris.me>)
}
unit memview;
interface

View File

@ -1,3 +1,8 @@
{
Prog->NetLog - Network Driver Logs.
@author(Kieron Morris <kjm@kieronmorris.me>)
}
unit netlog;
interface

View File

@ -1,3 +1,8 @@
{
Prog->Shell - Main Desktop UI.
@author(Kieron Morris <kjm@kieronmorris.me>)
}
unit shell;
interface

View File

@ -1,3 +1,8 @@
{
Prog->Splash - Asuro Splash Screen.
@author(Kieron Morris <kjm@kieronmorris.me>)
}
unit splash;
interface

View File

@ -1,12 +1,8 @@
{ ************************************************
* Asuro
* Unit: Terminal
* Description: Interactive shell for the user
************************************************
* Author: K Morris
* Contributors:
************************************************ }
{
Prog->Terminal - Interactive Command Line Environment.
@author(Kieron Morris <kjm@kieronmorris.me>)
}
unit terminal;
interface

View File

@ -1,3 +1,8 @@
{
Prog->Themer - Live Desktop Color Picker.
@author(Kieron Morris <kjm@kieronmorris.me>)
}
unit themer;
interface

View File

@ -1,3 +1,8 @@
{
Prog->VMLog - Virtual Machine Event Log.
@author(Kieron Morris <kjm@kieronmorris.me>)
}
unit vmlog;
interface

View File

@ -1,3 +1,8 @@
{
Prog->VMState - Live MINJ Virtual Machine State Information.
@author(Kieron Morris <kjm@kieronmorris.me>)
}
unit vmstate;
interface