[doc] Add remark to ProcessRoms

This commit is contained in:
Matt Nadareski
2016-03-31 12:26:01 -07:00
parent b4d362438a
commit ce93503af3

View File

@@ -272,6 +272,7 @@ namespace SabreTools
/// <summary> /// <summary>
/// Preprocess the rom data that is to be included in the outputted DAT /// Preprocess the rom data that is to be included in the outputted DAT
/// </summary> /// </summary>
/// <remarks>To make this even more accurate, files with a more recent "LastUpdated" should be considered the parent if all else is the same.</remarks>
/// <returns>A List of RomData objects containing all information about the files</returns> /// <returns>A List of RomData objects containing all information about the files</returns>
public List<RomData> ProcessRoms() public List<RomData> ProcessRoms()
{ {