[DatFile, DatItem] Remove now-useless comment

This commit is contained in:
Matt Nadareski
2017-03-18 00:04:59 -07:00
parent d7eadf66cc
commit 86cd96d077
6 changed files with 12 additions and 12 deletions

View File

@@ -144,7 +144,7 @@ namespace SabreTools.Helper.Dats
#region Instance Methods
#region Comparision Methods [MODULAR DONE]
#region Comparision Methods
public int CompareTo(DatItem other)
{
@@ -235,7 +235,7 @@ namespace SabreTools.Helper.Dats
#endregion
#region Sorting and Merging [MODULAR DONE]
#region Sorting and Merging
/// <summary>
/// Check if a DAT contains the given rom
@@ -447,7 +447,7 @@ namespace SabreTools.Helper.Dats
#region Static Methods
#region Sorting and Merging [MODULAR DONE]
#region Sorting and Merging
/// <summary>
/// Merge an arbitrary set of ROMs based on the supplied information

View File

@@ -19,7 +19,7 @@ namespace SabreTools.Helper.Dats
{
public partial class DatFile
{
#region Converting and Updating [MODULAR DONE]
#region Converting and Updating
/// <summary>
/// Determine if input files should be merged, diffed, or processed invidually

View File

@@ -18,7 +18,7 @@ namespace SabreTools.Helper.Dats
{
#region Instance Methods
#region Bucketing [MODULAR DONE]
#region Bucketing
/// <summary>
/// Take the arbitrarily sorted Files Dictionary and convert to one sorted by a user-defined method
@@ -206,7 +206,7 @@ namespace SabreTools.Helper.Dats
#endregion
#region Merging/Splitting Methods [MODULAR DONE]
#region Merging/Splitting Methods
/// <summary>
/// Use cloneof tags to create non-merged sets and remove the tags plus using the device_ref tags to get full sets
@@ -302,7 +302,7 @@ namespace SabreTools.Helper.Dats
#endregion
#region Merging/Splitting Helper Methods [MODULAR DONE]
#region Merging/Splitting Helper Methods
/// <summary>
/// Use romof tags to add roms to the children
@@ -889,7 +889,7 @@ namespace SabreTools.Helper.Dats
#region Static Methods
#region Bucketing [MODULAR DONE]
#region Bucketing
/// <summary>
/// Take an arbitrarily ordered List and return a Dictionary sorted by Game

View File

@@ -17,7 +17,7 @@ namespace SabreTools.Helper.Dats
{
public partial class DatFile
{
#region Splitting [MODULAR DONE]
#region Splitting
/// <summary>
/// Split a DAT by input extensions

View File

@@ -26,7 +26,7 @@ namespace SabreTools.Helper.Dats
{
#region Instance Methods
#region Statistics [MODULAR DONE]
#region Statistics
/// <summary>
/// Recalculate the statistics for the Dat
@@ -244,7 +244,7 @@ namespace SabreTools.Helper.Dats
#region Static Methods
#region Statistics [MODULAR DONE]
#region Statistics
/// <summary>
/// Output the stats for a list of input dats as files in a human-readable format

View File

@@ -22,7 +22,7 @@ namespace SabreTools.Helper.Dats
{
public partial class DatFile
{
#region Writing [MODULAR DONE]
#region Writing
/// <summary>
/// Create and open an output file for writing direct from a dictionary