mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 05:00:54 +00:00
More documentation.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user