Skip to content

Commit

Permalink
Add a comment for the new line command (ForNeVeR#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jan 6, 2020
1 parent 2cbc7d4 commit a6dc395
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/WpfMath/Parsers/StandardCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ public CommandProcessingResult ProcessCommand(CommandContext context)
}
}

/// <summary>
/// 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 <see cref="MatrixAtom"/>; the command will try to reuse the
/// existing atoms if possible.
/// </summary>
private class NewLineCommand : ICommandParser
{
public CommandProcessingResult ProcessCommand(CommandContext context)
Expand Down

0 comments on commit a6dc395

Please sign in to comment.