[doc] update actual key definition

This commit is contained in:
Matt Nadareski
2016-05-13 22:53:17 -07:00
parent e06701f08b
commit 741af21e72

View File

@@ -373,7 +373,7 @@ namespace SabreTools.Helper
/// <param name="srcid">Source ID for the DAT</param>
/// <param name="dict">The dictionary to add found roms to</param>
/// <param name="logger">Logger object for console and/or file output</param>
/// <returns>Dictionary with "crc-md5-sha1-size" key and List of RomData objects value representing the found data</returns>
/// <returns>Dictionary with "size-crc" key and List of RomData objects value representing the found data</returns>
public static Dictionary<string, List<RomData>> ParseDict(string filename, int sysid, int srcid, Dictionary<string, List<RomData>> dict, Logger logger)
{
XmlTextReader xtr = GetXmlTextReader(filename, logger);