[SimpleSort, doc] Add note about incomplete method

This commit is contained in:
Matt Nadareski
2016-06-16 11:03:52 -07:00
parent d8523e30d1
commit ce4c93ed72

View File

@@ -511,6 +511,7 @@ namespace SabreTools
/// Clean an individual folder based on the DAT /// Clean an individual folder based on the DAT
/// </summary> /// </summary>
/// <returns>True if the cleaning succeeded, false otherwise</returns> /// <returns>True if the cleaning succeeded, false otherwise</returns>
/// <remarks>This method is incomplete, it need to be finished before it can be used</remarks>
public bool InplaceRebuild() public bool InplaceRebuild()
{ {
bool success = true; bool success = true;