[Style] Add region

This commit is contained in:
Matt Nadareski
2016-09-01 23:21:49 -07:00
parent 1291849379
commit 003e603b28

View File

@@ -10,6 +10,8 @@ namespace SabreTools.Helper
/// </summary>
public class Style
{
#region WoD-based String Cleaning
/// <summary>
/// Replace accented characters
/// </summary>
@@ -139,6 +141,10 @@ namespace SabreTools.Helper
return input;
}
#endregion
#region DAT Cleaning
/// <summary>
/// Generate a proper outfile name based on a DAT and output directory
/// </summary>
@@ -281,6 +287,8 @@ namespace SabreTools.Helper
return newhash;
}
#endregion
#region Externally sourced methods
/// <summary>