File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -94,3 +94,6 @@ val extract_signature_tree_items :
94
94
95
95
val identifier_of_loc :
96
96
t -> Warnings .loc -> Odoc_model.Paths.Identifier .t option
97
+ (* * Each generated id has its location stored. This allows to get back the id
98
+ knowing only the location. This is used to generate links to source from the
99
+ resolution of a shape. *)
Original file line number Diff line number Diff line change @@ -3,3 +3,8 @@ val of_cmt :
3
3
Odoc_model.Paths.Identifier.RootModule .t ->
4
4
Cmt_format .cmt_infos ->
5
5
Shape_ .t option * Odoc_model.Lang.Source_info .infos
6
+ (* * Extract all implementation information from a [cmt]: the shape, and the
7
+ {{!Odoc_model.Lang.Source_info.infos}source infos} (local and global
8
+ definitions and occurrences).
9
+
10
+ In OCaml version below 4.14, the information is always empty. *)
You can’t perform that action at this time.
0 commit comments