From 06be5ee5c9a2d52c43acb6cf904a1f221647e640 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 12 Jun 2023 08:26:33 +0200 Subject: [PATCH] Event - Documented module --- source/libsnooze/event.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/libsnooze/event.d b/source/libsnooze/event.d index 5a13a4d..519be9d 100644 --- a/source/libsnooze/event.d +++ b/source/libsnooze/event.d @@ -1,3 +1,6 @@ +/** + * The `Event` type and facilities + */ module libsnooze.event; // TODO: Would be nice if this built without unit tests failing