- Added missing documentation
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-03 11:33:43 +02:00
parent c9edd2a401
commit a4e17acbd2
2 changed files with 4 additions and 1 deletions

View File

@ -31,5 +31,5 @@ This should output something like the following:
---
Or you can also [View the full API](https://gogga.dpldocs.info/v2.1.12/index.html).
Or you can also [View the full API](https://gogga.dpldocs.info/v2.1.13/index.html).

View File

@ -1,3 +1,6 @@
/**
* Logging facilities
*/
module gogga.core;
import dlog;