summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamldoc/Item_ids.mli
blob: 744fd9d239fbe142ae4515a22cbfa891c1c343e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(* TEST
 ocamldoc with html;
*)

(** Check that all toplevel items are given a unique id. *)

exception Ex
type t
val x: t
type ext = ..
type ext += A
class c: object end
class type ct= object end
[@@@attribute]
module M: sig end
module type s = sig end