From 77b1512bff4b7eae32f05638d6d5bf8ca4c6d10b Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 25 Apr 2016 00:27:27 -0700 Subject: [PATCH] [doc] add notes for future work --- SabreHelper/RomManipulation.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SabreHelper/RomManipulation.cs b/SabreHelper/RomManipulation.cs index 693b7f27..d9b26adb 100644 --- a/SabreHelper/RomManipulation.cs +++ b/SabreHelper/RomManipulation.cs @@ -116,6 +116,7 @@ namespace SabreTools.Helper /// Name of the file to be parsed /// Logger object for console and file output /// The internal name of the DAT on success, empty string otherwise + /// Needs to be upgraded to XmlTextReader public static string GetDatName(string filename, Logger logger) { string name = ""; @@ -163,6 +164,7 @@ namespace SabreTools.Helper /// Name of the file to be parsed /// Logger object for console and file output /// The internal name of the DAT on success, empty string otherwise + /// Needs to be upgraded to XmlTextReader public static string GetDatDescription(string filename, Logger logger) { string desc = "";