Browse Source

Add comments.

Martijn Laan 1 year ago
parent
commit
123ed634d3

+ 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