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:
@ -1,3 +1,8 @@
|
||||
{
|
||||
Prog->MemView - Live Memory View.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit memview;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Prog->NetLog - Network Driver Logs.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit netlog;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Prog->Shell - Main Desktop UI.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit shell;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Prog->Splash - Asuro Splash Screen.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit splash;
|
||||
|
||||
interface
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Prog->Themer - Live Desktop Color Picker.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit themer;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Prog->VMLog - Virtual Machine Event Log.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit vmlog;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Prog->VMState - Live MINJ Virtual Machine State Information.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit vmstate;
|
||||
|
||||
interface
|
||||
|
Reference in New Issue
Block a user