[doc] add remark about XML dats

This commit is contained in:
Matt Nadareski
2016-05-27 17:45:34 -07:00
parent 982f872cc3
commit 8b5ace74d1

View File

@@ -14,6 +14,7 @@ namespace SabreTools.Helper
/// </summary> /// </summary>
/// <param name="filename">Name of the file to be parsed</param> /// <param name="filename">Name of the file to be parsed</param>
/// <returns>The OutputFormat corresponding to the DAT</returns> /// <returns>The OutputFormat corresponding to the DAT</returns>
/// <remarks>There is currently no differentiation between XML and SabreDAT here</remarks>
public static OutputFormat GetOutputFormat(string filename) public static OutputFormat GetOutputFormat(string filename)
{ {
try try