From 69cbb8e3b024dc7b6e483e5665cbf196f3c4ed35 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Fri, 19 Jan 2018 15:06:10 +0100
Subject: [PATCH] Add missing documentation for parameter.

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

diff --git a/AutoTx/RoboCommand.cs b/AutoTx/RoboCommand.cs
index 443282c..cb9dc03 100644
--- a/AutoTx/RoboCommand.cs
+++ b/AutoTx/RoboCommand.cs
@@ -17,6 +17,7 @@ namespace AutoTx
         /// false. The currently processed path is stored in the global status
         /// variable CurrentTransferSrc.
         /// </summary>
+        /// <param name="sourcePath">The full path to a folder.</param>
         private void StartTransfer(string sourcePath) {
             // only proceed when in a valid state:
             if (_transferState != TxState.Stopped)
-- 
GitLab