1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-08-02 09:29:35 +00:00
This commit is contained in:
jespergravgaard 2017-12-30 23:55:14 +01:00
parent 14616458e5
commit be37a45e36

View File

@ -5,7 +5,7 @@ import dk.camelot64.kickc.CompileLog;
import java.io.File;
import java.util.*;
/** Statistics for usage of the ASM fragments */
/** Statistics for usage of the ASM fragments. Also contains a methos for identifying redundant/unused files. */
public class AsmFragmentUsages {
/** Usage Statistics for fragment templates. */