[DatFile] Add addendum todo

This commit is contained in:
Matt Nadareski
2017-03-18 13:19:21 -07:00
parent 2644b07ff0
commit c7d1bf1686

View File

@@ -56,6 +56,7 @@ namespace SabreTools.Helper.Dats
/// <param name="keepext">True if original extension should be kept, false otherwise (default)</param> /// <param name="keepext">True if original extension should be kept, false otherwise (default)</param>
/// <param name="useTags">True if tags from the DAT should be used to merge the output, false otherwise (default)</param> /// <param name="useTags">True if tags from the DAT should be used to merge the output, false otherwise (default)</param>
/// TODO: If replacing name with description, is it possible to update cloneof/romof/sampleof tags as well? /// TODO: If replacing name with description, is it possible to update cloneof/romof/sampleof tags as well?
/// TODO: If replacing name with description, should this be done in a separate step instead of on parse? It might help the other task
public void Parse( public void Parse(
// Standard Dat parsing // Standard Dat parsing
string filename, string filename,