@@ -135,7 +135,7 @@ module Name :
135
135
(* * Representation and manipulation of method / function / class / module parameters.*)
136
136
module Parameter :
137
137
sig
138
- (* * {3 Types} *)
138
+ (* * {2 Types} *)
139
139
140
140
(* * Representation of a simple parameter name *)
141
141
type simple_name = Odoc_parameter .simple_name =
@@ -154,7 +154,7 @@ module Parameter :
154
154
(* * A parameter is just a param_info.*)
155
155
type parameter = param_info
156
156
157
- (* * {3 Functions} *)
157
+ (* * {2 Functions} *)
158
158
159
159
(* * Access to the name as a string. For tuples, parentheses and commas are added. *)
160
160
val complete_name : parameter -> string
@@ -343,7 +343,7 @@ module Value :
343
343
(* * Representation and manipulation of classes and class types.*)
344
344
module Class :
345
345
sig
346
- (* * {3 Types} *)
346
+ (* * {2 Types} *)
347
347
348
348
(* * To keep the order of elements in a class. *)
349
349
type class_element = Odoc_class .class_element =
@@ -429,7 +429,7 @@ module Class :
429
429
mutable clt_loc : location ;
430
430
}
431
431
432
- (* * {3 Functions} *)
432
+ (* * {2 Functions} *)
433
433
434
434
(* * Access to the elements of a class. *)
435
435
val class_elements : ?trans : bool -> t_class -> class_element list
@@ -465,7 +465,7 @@ module Class :
465
465
(* * Representation and manipulation of modules and module types. *)
466
466
module Module :
467
467
sig
468
- (* * {3 Types} *)
468
+ (* * {2 Types} *)
469
469
470
470
(* * To keep the order of elements in a module. *)
471
471
type module_element = Odoc_module .module_element =
@@ -570,7 +570,7 @@ module Module :
570
570
mutable mt_loc : location ;
571
571
}
572
572
573
- (* * {3 Functions for modules} *)
573
+ (* * {2 Functions for modules} *)
574
574
575
575
(* * Access to the elements of a module. *)
576
576
val module_elements : ?trans : bool -> t_module -> module_element list
@@ -620,7 +620,7 @@ module Module :
620
620
(* * The list of module comments. *)
621
621
val module_comments : ?trans : bool -> t_module -> text list
622
622
623
- (* * {3 Functions for module types} *)
623
+ (* * {2 Functions for module types} *)
624
624
625
625
(* * Access to the elements of a module type. *)
626
626
val module_type_elements : ?trans : bool -> t_module_type -> module_element list
@@ -669,7 +669,7 @@ module Module :
669
669
end
670
670
671
671
672
- (* * {3 Getting strings from values} *)
672
+ (* * {2 Getting strings from values} *)
673
673
674
674
(* * This function is used to reset the names of type variables.
675
675
It must be called when printing the whole type of a function,
@@ -749,7 +749,7 @@ val string_of_attribute : Value.t_attribute -> string
749
749
(* * @return a string to describe the given method. *)
750
750
val string_of_method : Value .t_method -> string
751
751
752
- (* * {3 Miscellaneous functions} *)
752
+ (* * {2 Miscelaneous functions} *)
753
753
754
754
(* * Return the first sentence (until the first dot followed by a blank
755
755
or the first blank line) of a text.
@@ -1036,7 +1036,7 @@ module Dep :
1036
1036
val deps_of_types : ?kernel : bool -> Type. t_type list -> (Type. t_type * (Name. t list )) list
1037
1037
end
1038
1038
1039
- (* * {2 Some global variables} *)
1039
+ (* * {1 Some global variables} *)
1040
1040
1041
1041
module Global :
1042
1042
sig
0 commit comments