mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add proper block comments to DatTools classes
This commit is contained in:
@@ -10,9 +10,11 @@ using SabreTools.FileTypes;
|
||||
using SabreTools.FileTypes.Archives;
|
||||
using SabreTools.Logging;
|
||||
|
||||
// This file represents all methods related to verifying with a DatFile
|
||||
namespace SabreTools.DatTools
|
||||
{
|
||||
/// <summary>
|
||||
/// Helper methods for verifying data from DatFiles
|
||||
/// </summary>
|
||||
public class Verification
|
||||
{
|
||||
#region Logging
|
||||
|
||||
Reference in New Issue
Block a user