Clean up comments

This commit is contained in:
Matt Nadareski
2021-02-17 14:50:45 -08:00
parent 1ef8d8fcfb
commit 29ab4ef020

View File

@@ -14,6 +14,7 @@ using SabreTools.IO;
namespace SabreTools.Features
{
// TODO: Should the private classes here be split into a new namespace?
internal class Batch : BaseFeature
{
public const string Value = "Batch";
@@ -121,13 +122,11 @@ Reset the internal state: reset();";
}
}
#region Commands
/// <summary>
/// Internal representation of a single batch command
/// </summary>
/// TODO: Should BatchCommand be a part of SabreTools.DatTools?
private abstract class BatchCommand
{
public string Name { get; private set; }