Skip to content

Commit

Permalink
hide internals from doc
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 29, 2024
1 parent 1cb53c3 commit 6ff9dc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/trace/opentelemetry_trace.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -195,3 +197,5 @@ module Internal : sig

val exit_span' : Otrace.span -> span_begin -> Otel.Span.t
end

(**/**)

0 comments on commit 6ff9dc2

Please sign in to comment.