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