module Alerts:sig
..end
Test the rendering of alerts.
val a : int
Documentation after.
val b : int
Documentation before.
val c : int
The deprecated attribute.
val d : int
val d' : int
No payload
val e : int
val f : int -> int
Both deprecated tag and alert
val g : int
Constructors and fields and other items.
type
r = {
|
x : |
(* |
Deprecated. foo
| *) |
}
type
v =
| |
C |
(* |
Deprecated. foo
| *) |
type
t
exception E
val f : int -> int
type
e = ..
type
e +=
| |
Ext |
type
e +=
| |
Ext2 |
(* |
Deprecated. foo
| *) |