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 @@
|
||||
{
|
||||
Include->Asuro - Auto-Generated Version & Compilation Information
|
||||
|
||||
@author(Asuro Compilation Script)
|
||||
}
|
||||
unit asuro;
|
||||
|
||||
interface
|
||||
|
@ -1,13 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: bios_data_area
|
||||
* Description: Data Structures controlled by
|
||||
* the BIOS.
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Include->BIOS_Data_Area - Data Structures Controlled by the BIOS.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit bios_data_area;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Include->CRC - CRC32 Implementation.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit crc;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Include->Fonts - Standard Fonts & Font Masks.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit fonts;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Include->Lists - Linked List Data Structures & Helpers.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit lists;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Multiboot
|
||||
* Description: Mutliboot (GRUB) Structures.
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Include->Multiboot - Multiboot Structures & Access.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit multiboot;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Strings
|
||||
* Description: Collection of function for string manipulation.
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Include->Strings - String Manipulation.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit strings;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,9 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: system
|
||||
* Description: Standard System Types
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Include->System - Base Types & Structures.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
@author(Aaron Hance <ah@aaronhance.me>)
|
||||
}
|
||||
unit system;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,8 @@
|
||||
{
|
||||
Include->Types - Dummy Unit For VM Compatability.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit types;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: util
|
||||
* Description: Utilities for data manipulation
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Include->Util - Data Manipulation Utlities.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit util;
|
||||
|
||||
{$ASMMODE intel}
|
||||
|
Reference in New Issue
Block a user