[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 Instance Methods
#region Comparision Methods [MODULAR DONE] #region Comparision Methods
public int CompareTo(DatItem other) public int CompareTo(DatItem other)
{ {
@@ -235,7 +235,7 @@ namespace SabreTools.Helper.Dats
#endregion #endregion
#region Sorting and Merging [MODULAR DONE] #region Sorting and Merging
/// <summary> /// <summary>
/// Check if a DAT contains the given rom /// Check if a DAT contains the given rom
@@ -447,7 +447,7 @@ namespace SabreTools.Helper.Dats
#region Static Methods #region Static Methods
#region Sorting and Merging [MODULAR DONE] #region Sorting and Merging
/// <summary> /// <summary>
/// Merge an arbitrary set of ROMs based on the supplied information /// 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 public partial class DatFile
{ {
#region Converting and Updating [MODULAR DONE] #region Converting and Updating
/// <summary> /// <summary>
/// Determine if input files should be merged, diffed, or processed invidually /// 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 Instance Methods
#region Bucketing [MODULAR DONE] #region Bucketing
/// <summary> /// <summary>
/// Take the arbitrarily sorted Files Dictionary and convert to one sorted by a user-defined method /// 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 #endregion
#region Merging/Splitting Methods [MODULAR DONE] #region Merging/Splitting Methods
/// <summary> /// <summary>
/// Use cloneof tags to create non-merged sets and remove the tags plus using the device_ref tags to get full sets /// 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 #endregion
#region Merging/Splitting Helper Methods [MODULAR DONE] #region Merging/Splitting Helper Methods
/// <summary> /// <summary>
/// Use romof tags to add roms to the children /// Use romof tags to add roms to the children
@@ -889,7 +889,7 @@ namespace SabreTools.Helper.Dats
#region Static Methods #region Static Methods
#region Bucketing [MODULAR DONE] #region Bucketing
/// <summary> /// <summary>
/// Take an arbitrarily ordered List and return a Dictionary sorted by Game /// 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 public partial class DatFile
{ {
#region Splitting [MODULAR DONE] #region Splitting
/// <summary> /// <summary>
/// Split a DAT by input extensions /// Split a DAT by input extensions

View File

@@ -26,7 +26,7 @@ namespace SabreTools.Helper.Dats
{ {
#region Instance Methods #region Instance Methods
#region Statistics [MODULAR DONE] #region Statistics
/// <summary> /// <summary>
/// Recalculate the statistics for the Dat /// Recalculate the statistics for the Dat
@@ -244,7 +244,7 @@ namespace SabreTools.Helper.Dats
#region Static Methods #region Static Methods
#region Statistics [MODULAR DONE] #region Statistics
/// <summary> /// <summary>
/// Output the stats for a list of input dats as files in a human-readable format /// 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 public partial class DatFile
{ {
#region Writing [MODULAR DONE] #region Writing
/// <summary> /// <summary>
/// Create and open an output file for writing direct from a dictionary /// Create and open an output file for writing direct from a dictionary