···125125val f : int -> int -> int
126126(** The continuation of the comment for function f. *)
127127128128-(* Hello, I'm a simple comment :-) *)
129128exception My_exception of (int -> int) * int
129129+(* Hello, I'm a simple comment :-) *)
130130(** Comment for exception My_exception, even with a simple comment
131131 between the special comment and the exception.*)
132132