Module Alerts

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
Deprecated. foo
val d' : int
Deprecated. foo

No payload

val e : int
Deprecated.
val f : int -> int

Both deprecated tag and alert

val g : int
Deprecated. bar

Constructors and fields and other items.

type r = {
   x : int; (*
Deprecated. foo
*)
}
type v = 
| C (*
Deprecated. foo
*)
type t 
Deprecated. foo
exception E
Deprecated. foo
val f : int -> int
Deprecated. foo
type e = ..
type e += 
| Ext
Deprecated. foo
type e += 
| Ext2 (*
Deprecated. foo
*)