- Added missing documentation
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-03 11:30:26 +02:00
parent eef86c82e1
commit 98b65305a5
1 changed files with 9 additions and 0 deletions

View File

@ -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;