diff --git a/Aplib.Core/Logging/LogNode.cs b/Aplib.Core/Logging/LogNode.cs index 0e890a80..bac12c7a 100644 --- a/Aplib.Core/Logging/LogNode.cs +++ b/Aplib.Core/Logging/LogNode.cs @@ -28,8 +28,11 @@ public class LogNode /// /// The loggable object of the node. /// The depth at which this node resides. - /// The children of the node. If omitted, an empty list will be used. - /// It is assumed the children have a correct depth set. + /// + /// The children of the node. + /// It is assumed the children have a correct depth set. + /// If omitted, an empty list will be used. + /// public LogNode(ILoggable loggable, int depth, List children) { Loggable = loggable;