[Listxml, SoftwareList] Update TODOs

This commit is contained in:
Matt Nadareski
2018-01-17 00:14:53 -08:00
parent 7c6e2f5115
commit 8d5310bfa0
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ namespace SabreTools.Library.DatFiles
/// <summary>
/// Represents parsing and writing of a MAME XML DAT
/// </summary>
/// TODO: Verify that all read/write for this DatFile type is correct
/// TODO: Verify that all write for this DatFile type is correct
internal class Listxml : DatFile
{
/// <summary>

View File

@@ -23,7 +23,7 @@ namespace SabreTools.Library.DatFiles
/// <summary>
/// Represents parsing and writing of a SofwareList, M1, or MAME XML DAT
/// </summary>
/// TODO: Verify that all read/write for this DatFile type is correct
/// TODO: Verify that all write for this DatFile type is correct
internal class SoftwareList : DatFile
{
/// <summary>