From dc434b813d7f438954f938108bf5edd911173f18 Mon Sep 17 00:00:00 2001 From: Clombrong Date: Fri, 27 Jun 2025 08:24:25 +0200 Subject: docs(portal): add docstring to connect --- portal/portal.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'portal') diff --git a/portal/portal.mli b/portal/portal.mli index 5efc355..758893e 100644 --- a/portal/portal.mli +++ b/portal/portal.mli @@ -28,4 +28,5 @@ val header : ?from:string -> string -> t -> string Lwt.t any way: It's the caller's job to provide it to the stream. *) val close : (signal, sync) stream +(** [connect domain] returns a Portal connected to the XMPP server [domain]. *) val connect : string -> t Lwt.t -- cgit v1.2.3