Documentation

Co-authored-by: hcraigmiller <68821492+hcraigmiller@users.noreply.github.com>
This commit is contained in:
SiboVG 2023-04-11 16:29:19 +02:00
parent 0e2f357c79
commit ea29038b11

View File

@ -18,6 +18,12 @@ import java.io.OutputStreamWriter;
import java.io.StringWriter;
import java.nio.charset.StandardCharsets;
/**
* This class is responsible for marshalling an OpenRocketDocument (OR design) to RASAero-compliant XML.
* Big thanks to hcraigmiller for testing and providing feedback.
*
* @author Sibo Van Gool <sibo.vangool@hotmail.com>
*/
public class RASAeroSaver extends RocketSaver {
/**
* The logger.