From da55fb529db908834f4910ca8da31537d2f20b95 Mon Sep 17 00:00:00 2001 From: Clombrong Date: Wed, 2 Jul 2025 19:57:22 +0200 Subject: docs(jid): document type t --- lib/jid.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/jid.ml b/lib/jid.ml index d9e59b9..4e58c5b 100644 --- a/lib/jid.ml +++ b/lib/jid.ml @@ -1,3 +1,4 @@ +(** An XMPP JID. If there is no localpart or resourcepart, they're [None]. *) type t = { localpart : string option; domainpart : string; -- cgit v1.2.3