You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> cat a.mli
(**/**)
val ha : string -> string
(**/**)
val bla : string -> string
(** [bla] is bla. *)
We get an odd odoc-preamble with <p>/*</p> therein and the remaining output for the module is ommited. Adding an initial ocamldoc comment is a workaround.