DEBSOURCES
Skip Quicknav
sources / ocaml-odoc / 2.1.1%2Bdfsg-2 / test / xref2 / warnings.t / a.mli
12345678
(** *) (** Reference the other modules. *) type b = B.t (** Reference to something that doesn't exist: {!B.doesn't_exist} *) (** Invalid syntax: {! *)