فهرست منبع

Add comments.

Martijn Laan 1 سال پیش
والد
کامیت
123ed634d3
2فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 2 0
      Projects/Src/Compiler.CompressionHandler.pas
  2. 2 0
      Projects/Src/Compiler.StringLists.pas

+ 2 - 0
Projects/Src/Compiler.CompressionHandler.pas

@@ -5,6 +5,8 @@ unit Compiler.CompressionHandler;
   Copyright (C) 1997-2024 Jordan Russell
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
+
+  Compression handler used by TSetupCompiler
 }
 
 interface

+ 2 - 0
Projects/Src/Compiler.StringLists.pas

@@ -5,6 +5,8 @@ unit Compiler.StringLists;
   Copyright (C) 1997-2024 Jordan Russell
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
+
+  Special string list classes used by TSetupCompiler and TCompressionHandler
 }
 
 interface