diff --git a/src/WpfMath/Parsers/StandardCommands.cs b/src/WpfMath/Parsers/StandardCommands.cs index 5755654c..f4898b67 100644 --- a/src/WpfMath/Parsers/StandardCommands.cs +++ b/src/WpfMath/Parsers/StandardCommands.cs @@ -50,6 +50,11 @@ public CommandProcessingResult ProcessCommand(CommandContext context) } } + /// + /// This command will parse the remaining part of the input string, and add it onto the new line of the + /// formula. The new line is created as ; the command will try to reuse the + /// existing atoms if possible. + /// private class NewLineCommand : ICommandParser { public CommandProcessingResult ProcessCommand(CommandContext context)