mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Clean up comments
This commit is contained in:
@@ -14,6 +14,7 @@ using SabreTools.IO;
|
|||||||
|
|
||||||
namespace SabreTools.Features
|
namespace SabreTools.Features
|
||||||
{
|
{
|
||||||
|
// TODO: Should the private classes here be split into a new namespace?
|
||||||
internal class Batch : BaseFeature
|
internal class Batch : BaseFeature
|
||||||
{
|
{
|
||||||
public const string Value = "Batch";
|
public const string Value = "Batch";
|
||||||
@@ -121,13 +122,11 @@ Reset the internal state: reset();";
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#region Commands
|
#region Commands
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Internal representation of a single batch command
|
/// Internal representation of a single batch command
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// TODO: Should BatchCommand be a part of SabreTools.DatTools?
|
|
||||||
private abstract class BatchCommand
|
private abstract class BatchCommand
|
||||||
{
|
{
|
||||||
public string Name { get; private set; }
|
public string Name { get; private set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user