瀏覽代碼

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
   Copyright (C) 1997-2024 Jordan Russell
   Portions by Martijn Laan
   Portions by Martijn Laan
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
+
+  Compression handler used by TSetupCompiler
 }
 }
 
 
 interface
 interface

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

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