mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SimpleSort, doc] Add note about incomplete method
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user