From 0362ae76942fd5d9aa15e8ac525d162b08574966 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Fri, 3 Mar 2023 15:24:10 +0200 Subject: [PATCH] Core - Updated documentation --- source/dlog/core.d | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/dlog/core.d b/source/dlog/core.d index bc2a4f4..a00bb66 100644 --- a/source/dlog/core.d +++ b/source/dlog/core.d @@ -20,7 +20,9 @@ public class Logger /* Starting transformation */ private MessageTransform messageTransform; - /* The multiple argument joiner */ + /** + * The multiple argument joiner + */ protected string multiArgJoiner; /**