summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamldoc/Test.mli
blob: cbb4aa6a2178e859ccf1cb194153205843c4161d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
(* TEST
 ocamldoc with latex;
*)

(** Ten comments for tests *)

(** {6 A first comments for title } *)

(** {7 A subsection for ocamldoc *} *)

(** {7 Bis } *)

(** {7 Ter } *)

(** {6 A new section } *)

(** {7 And its subsection } *)

(** {7 Encore } *)

(** Encore! Encore! *)


(**/**)
module Silence : sig
  (** At last *)
end

(**/**)

(** {7 With strange aeons } *)

module End : sig end