Skip to content
Snippets Groups Projects
Commit 69cbb8e3 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Add missing documentation for parameter.

parent 6a99b501
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment