mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Fix XMLDoc comment
This commit is contained in:
@@ -79,6 +79,7 @@ namespace TGServerService
|
||||
/// </summary>
|
||||
/// <param name="dir"><see cref="DirectoryInfo"/> of the directory to empty</param>
|
||||
/// <param name="excludeRoot">Lowercase file and directory names to skip while emptying this level. Not passed forward</param>
|
||||
/// <param name="deleteRoot">If <see langword="true"/>, <paramref name="dir"/> will be deleted before the function exits</param>
|
||||
static async Task NormalizeAndDelete(DirectoryInfo dir, IList<string> excludeRoot, bool deleteRoot)
|
||||
{
|
||||
var tasks = new List<Task> { Task.Factory.StartNew(() =>
|
||||
|
||||
Reference in New Issue
Block a user