From 98b65305a5392947bd4a60a8fafb6fcd9d00a025 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Fri, 3 Mar 2023 11:30:26 +0200 Subject: [PATCH] Package - Added missing documentation --- source/gogga/package.d | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/gogga/package.d b/source/gogga/package.d index 490a3c6..9371e8b 100644 --- a/source/gogga/package.d +++ b/source/gogga/package.d @@ -3,5 +3,14 @@ */ module gogga; +/** + * The logging class which provides the logging print + * calls, controlling of style and whether to debug or + * not + */ public import gogga.core : GoggaLogger; + +/** + * The gogga styles supported + */ public import gogga.transform : GoggaMode; \ No newline at end of file