hide internals from doc

This commit is contained in:
Simon Cruanes 2024-02-29 15:34:29 -05:00
parent 1cb53c3406
commit 6ff9dc2480
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -66,6 +66,8 @@ module Well_known : sig
Otel.Span.kind * Otel.Span.key_value list
end
(**/**)
(** Internal implementation details; do not consider these stable. *)
module Internal : sig
module M : sig
@ -195,3 +197,5 @@ module Internal : sig
val exit_span' : Otrace.span -> span_begin -> Otel.Span.t
end
(**/**)