More documentation.

This commit is contained in:
Jindra Petřík
2024-08-08 19:27:14 +02:00
parent 8d1e77ef29
commit 7e5c89989f
174 changed files with 789 additions and 321 deletions
@@ -30,7 +30,7 @@ import java.util.logging.Level;
import java.util.logging.Logger;
/**
*
* Dump info.
* @author JPEXS
*/
public class DumpInfo implements TreeItem {
@@ -17,7 +17,7 @@
package com.jpexs.decompiler.flash.dumpview;
/**
*
* Special dump info.
* @author JPEXS
*/
public class DumpInfoSpecial extends DumpInfo {
@@ -17,7 +17,7 @@
package com.jpexs.decompiler.flash.dumpview;
/**
*
* Type of special dump info.
* @author JPEXS
*/
public enum DumpInfoSpecialType {
@@ -20,7 +20,7 @@ import com.jpexs.decompiler.flash.SWF;
import com.jpexs.decompiler.flash.treeitems.Openable;
/**
*
* Dump info for SWF node.
* @author JPEXS
*/
public class DumpInfoSwfNode extends DumpInfo {