From b19a7a52d611c854ec5119daf65ba1f508f21df2 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sat, 18 Mar 2023 11:47:06 +0200 Subject: [PATCH] Client - Added missing documentation for `Client` type --- source/birchwood/client/client.d | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index d78890e..762cad9 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -26,6 +26,10 @@ __gshared static this() // TODO: Make abstract and for unit tests make a `DefaultClient` // ... which logs outputs for the `onX()` handler functions + +/** + * IRC client + */ public class Client : Thread { /**