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

Fix missing parameter in docstring.

parent a74a0e2b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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