this repo has no description
1open Odoc_model
2
3val read_cmt_infos :
4 Paths.Identifier.Id.source_page option ->
5 (Compat.shape * Compat.uid_to_loc) option ->
6 Typedtree.structure ->
7 string ->
8 Root.t ->
9 Lang.Compilation_unit.Import.t list ->
10 Lang.Implementation.t
11(** Extract all implementation information from a [cmt]: the shape, and the
12 {{!Odoc_model.Lang.Source_info.infos}source infos} (local and global
13 definitions and occurrences).
14
15 In OCaml version below 4.14, the information is always empty. *)