浏览代码

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