@@ -45,8 +45,8 @@ type toplevel_value = {
4545
4646type include_ocaml_file = {
4747 part_included : string option ;
48- (* * [part_included] is the part of the file to synchronize with.
49- If lines is not specified synchronize the whole file. *)
48+ (* * [part_included] is the part of the file to synchronize with. If lines
49+ is not specified synchronize the whole file. *)
5050}
5151
5252type include_other_file = { header : Header .t option }
@@ -100,7 +100,8 @@ type t = {
100100 contents : string list ;
101101 skip : bool ;
102102 version_enabled : bool ;
103- (* * Whether the current OCaml version complies with the block's version. *)
103+ (* * Whether the current OCaml version complies with the block's version.
104+ *)
104105 os_type_enabled : bool ;
105106 (* * Whether the current os type complies with the block's version. *)
106107 set_variables : (string * string ) list ;
@@ -126,8 +127,8 @@ val mk_include :
126127 section :section option ->
127128 labels :Label .t list ->
128129 (t , [ `Msg of string ]) result
129- (* * [mk_include] builds an include block from a comment [<!-- $MDX ... -->]
130- that is not followed by a code block [``` ... ```]. *)
130+ (* * [mk_include] builds an include block from a comment [<!-- $MDX ... -->] that
131+ is not followed by a code block [``` ... ```]. *)
131132
132133val from_raw : Raw .t -> (t , [ `Msg of string ] list ) Result .result
133134
@@ -160,7 +161,8 @@ val file : t -> string option
160161(* * [file t] is the name of the file to synchronize [t] with. *)
161162
162163val set_variables : t -> (string * string ) list
163- (* * [set_variable t] is the list of environment variable to set and their values *)
164+ (* * [set_variable t] is the list of environment variable to set and their values
165+ *)
164166
165167val unset_variables : t -> string list
166168(* * [unset_variable t] is the list of environment variable to unset *)
0 commit comments