From 6f570488a87ac224b1565e3604fa4bf213ff4835 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Mon, 15 Jan 2018 00:13:42 +0100
Subject: [PATCH] Fix method docstring, parameter description was missing.

---
 AutoTx/AutoTx.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/AutoTx/AutoTx.cs b/AutoTx/AutoTx.cs
index 281b432..c6f7d84 100644
--- a/AutoTx/AutoTx.cs
+++ b/AutoTx/AutoTx.cs
@@ -780,6 +780,7 @@ namespace AutoTx
         /// </summary>
         /// <param name="sourceDir">The source path as DirectoryInfo object.</param>
         /// <param name="destPath">The destination path as a string.</param>
+        /// <param name="resetAcls">Whether to reset the ACLs on the moved subdirectories.</param>
         /// <returns>True on success, false otherwise.</returns>
         private bool MoveAllSubDirs(DirectoryInfo sourceDir, string destPath, bool resetAcls = false) {
             // TODO: check whether _transferState should be adjusted while moving dirs!
-- 
GitLab