mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile, Html] Move comment to more appropriate place
This commit is contained in:
@@ -32,9 +32,6 @@ namespace SabreTools.Library.DatFiles
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a format-agnostic DAT
|
/// Represents a format-agnostic DAT
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
|
||||||
/// TODO: Make stats output standard width (HTML, without making the entire thing a table)
|
|
||||||
/// </remarks>
|
|
||||||
public class DatFile
|
public class DatFile
|
||||||
{
|
{
|
||||||
#region Private instance variables
|
#region Private instance variables
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ namespace SabreTools.Library.Reports
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// HTML report format
|
/// HTML report format
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// TODO: Make output standard width, without making the entire thing a table
|
||||||
public class Html : BaseReport
|
public class Html : BaseReport
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user