diff --git a/SabreTools.Library/DatFiles/DatFile.cs b/SabreTools.Library/DatFiles/DatFile.cs index 055c4e31..105d38f7 100644 --- a/SabreTools.Library/DatFiles/DatFile.cs +++ b/SabreTools.Library/DatFiles/DatFile.cs @@ -32,9 +32,6 @@ namespace SabreTools.Library.DatFiles /// /// Represents a format-agnostic DAT /// - /// - /// TODO: Make stats output standard width (HTML, without making the entire thing a table) - /// public class DatFile { #region Private instance variables diff --git a/SabreTools.Library/Reports/Html.cs b/SabreTools.Library/Reports/Html.cs index 79e298a7..fdd35536 100644 --- a/SabreTools.Library/Reports/Html.cs +++ b/SabreTools.Library/Reports/Html.cs @@ -18,6 +18,7 @@ namespace SabreTools.Library.Reports /// /// HTML report format /// + /// TODO: Make output standard width, without making the entire thing a table public class Html : BaseReport { ///