mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFiles/] Add descriptors to each class
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user