del doc
This commit is contained in:
parent
9cb14c8dd1
commit
41177e7bcd
Binary file not shown.
|
|
@ -10,7 +10,6 @@ unit ABCObjects;
|
|||
//{$apptype windows}
|
||||
{$reference '%GAC%\System.Windows.Forms.dll'}
|
||||
{$reference '%GAC%\System.Drawing.dll'}
|
||||
{$gendoc true}
|
||||
|
||||
interface
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
unit CRT;
|
||||
|
||||
{$apptype console}
|
||||
{$gendoc true}
|
||||
|
||||
interface
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ unit GraphABC;
|
|||
{$apptype windows}
|
||||
{$reference '%GAC%\System.Windows.Forms.dll'}
|
||||
{$reference '%GAC%\System.Drawing.dll'}
|
||||
{$gendoc true}
|
||||
|
||||
interface
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@ unit PABCSystem;
|
|||
|
||||
{$zerobasedstrings off}
|
||||
|
||||
{$gendoc true}
|
||||
|
||||
// Default Application type
|
||||
{$apptype console}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue