From 991a9e4531ef77f29986e20fa2fd8f629cafdb47 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Fri, 3 Mar 2023 15:23:12 +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 3f1a8d6..bc2a4f4 100644 --- a/source/dlog/core.d +++ b/source/dlog/core.d @@ -330,7 +330,9 @@ public class Logger logc(defaultContext, messageOut, c1, c2, c3, c4, c5, c6); } - /* You can also call using `dbg` */ + /** + * Alias for debug_ + */ public alias dbg = debug_; /**