diff --git a/src/main/java/ffmpegconverter/Parser.java b/src/main/java/ffmpegconverter/Parser.java index f62a492..5ac7f09 100644 --- a/src/main/java/ffmpegconverter/Parser.java +++ b/src/main/java/ffmpegconverter/Parser.java @@ -7,6 +7,10 @@ import static ffmpegconverter.Main.listContains; public class Parser { + /** + * This function parses command inputs into understandable converter instructions + * @param tokens

A list of tokens containing all arguments

+ */ private static void parse(List tokens) { String[] types = {"animeconverter", "audioconverter", "videoconverter"}; Main.converterArgument[] commonArgs = {