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