[DatFiles/] Add descriptors to each class

This commit is contained in:
Matt Nadareski
2017-10-09 13:08:15 -07:00
parent 72b89100fa
commit ce3900c1b1
12 changed files with 40 additions and 4 deletions

View File

@@ -19,10 +19,13 @@ using StreamWriter = System.IO.StreamWriter;
namespace SabreTools.Library.DatFiles
{
/*
* TODO: Make output standard width (HTML, without making the entire thing a table)
* TODO: Multithreading? Either StringBuilder or locking
*/
/// <summary>
/// Represents a format-agnostic DAT
/// </summary>
/// <remarks>
/// TODO: Make output standard width (HTML, without making the entire thing a table)
/// TODO: Multithreading? Either StringBuilder or locking
/// </remarks>
public partial class DatFile
{
#region Instance Methods