From 4c240b6b5e2cec4cbfc035c1eb705d9097774b10 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Thu, 21 Dec 2017 10:27:32 +0100 Subject: [PATCH] Fix missing parameter in docstring. --- AutoTx/AutoTx.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AutoTx/AutoTx.cs b/AutoTx/AutoTx.cs index a334656..dcebe53 100644 --- a/AutoTx/AutoTx.cs +++ b/AutoTx/AutoTx.cs @@ -949,6 +949,7 @@ namespace AutoTx /// <summary> /// Assemble a dictionary with information about expired directories. /// </summary> + /// <param name="thresh">The number of days used as expiration threshold.</param> /// <returns>A dictionary having usernames as keys (of those users that actually do have /// expired directories), where the values are lists of tuples with the DirInfo objects, /// size and age (in days) of the expired directories.</returns> -- GitLab