generatedoc command stub

This commit is contained in:
Jindra Petřík
2024-01-21 14:45:51 +01:00
parent c27d7fac41
commit f56e918c3c
2 changed files with 10 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ public class ReplaceAlpha implements Runnable {
static class Item {
@Option(
@Option(
names = "--character-id",
description = "Character id",
required = true,

View File

@@ -0,0 +1,9 @@
package com.jpexs.decompiler.flash.cli.commands.types;
/**
*
* @author JPEXS
*/
public enum DocFormat {
html
}