From 75d3802645f23b4e04faab702bb00823d1516eb0 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 7 Nov 2017 14:04:15 -0800 Subject: [PATCH] [DatFile, Html] Move comment to more appropriate place --- SabreTools.Library/DatFiles/DatFile.cs | 3 --- SabreTools.Library/Reports/Html.cs | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) 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 { ///