File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,6 @@ open Odoc_model
18
18
19
19
type t
20
20
21
- type item =
22
- [ `Module of Ident .t * bool * Warnings .loc option
23
- | `ModuleType of Ident .t * bool * Warnings .loc option
24
- | `Type of Ident .t * bool * Warnings .loc option
25
- | `Value of Ident .t * bool * Warnings .loc option
26
- | `Class of
27
- Ident .t * Ident .t * Ident .t * Ident .t option * bool * Warnings .loc option
28
- | `Exception of Ident .t * Warnings .loc option
29
- | `Extension of Ident .t * Warnings .loc option
30
- | `ClassType of
31
- Ident .t * Ident .t * Ident .t option * bool * Warnings .loc option ]
32
-
33
- type items = [ item | `Include of item list ]
34
-
35
21
val empty : unit -> t
36
22
37
23
val add_parameter :
@@ -86,16 +72,6 @@ module Fragment : sig
86
72
val read_type : Longident .t -> Paths.Fragment.Type .t
87
73
end
88
74
89
- val flatten_extracted : items list -> item list
90
-
91
- val env_of_items : Paths.Identifier.Signature .t -> item list -> t -> t
92
-
93
- val extract_structure_tree_items :
94
- bool -> Typedtree .structure_item list -> items list
95
-
96
- val extract_signature_tree_items :
97
- bool -> Typedtree .signature_item list -> items list
98
-
99
75
val identifier_of_loc :
100
76
t -> Warnings .loc -> Odoc_model.Paths.Identifier .t option
101
77
(* * Each generated id has its location stored. This allows to get back the id
You can’t perform that action at this time.
0 commit comments