From ce4c93ed72f513a9bebe3f837818c8760c2bbd33 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 16 Jun 2016 11:03:52 -0700 Subject: [PATCH] [SimpleSort, doc] Add note about incomplete method --- SimpleSort/SimpleSort.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SimpleSort/SimpleSort.cs b/SimpleSort/SimpleSort.cs index 44ed3c0a..8a5d73ae 100644 --- a/SimpleSort/SimpleSort.cs +++ b/SimpleSort/SimpleSort.cs @@ -511,6 +511,7 @@ namespace SabreTools /// Clean an individual folder based on the DAT /// /// True if the cleaning succeeded, false otherwise + /// This method is incomplete, it need to be finished before it can be used public bool InplaceRebuild() { bool success = true;