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

Add missing docstring.

parent 69cbb8e3
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,10 @@ namespace ATXCommon.Serializables
Log.Warn(">>> Non-optimal setting detected: <{0}> [{1}] {2}", attribute, value, msg);
}
/// <summary>
/// Generate a human-readable sumary of the current configuration.
/// </summary>
/// <returns>A string with details on the configuration.</returns>
public string Summary() {
var msg =
"HostAlias: " + HostAlias + "\n" +
......
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