summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamldoc-open/main.ml
blob: 4dca4e546d290939b3a54b8db78feee3be75047b (plain)
1
2
3
4
5
6
7
8
9
10
11
(* TEST
   modules = "inner.ml alias.ml"
   * ocamldoc
     ocamldoc_backend="latex"
     ocamldoc_flags=" -open Alias.Container -open Aliased_inner "
*)

(** Documentation test *)

type t = a
(** Alias to type Inner.a *)