File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ val catch_errors_and_warnings : (unit -> 'a) -> 'a with_errors_and_warnings
41
41
type warnings_options = {
42
42
warn_error : bool ; (* * If [true], warnings will result in an error. *)
43
43
print_warnings : bool ; (* * Whether to print warnings. *)
44
- warnings_tag : string option ; (* * Whether to tag references to filter them later. *)
44
+ warnings_tag : string option ;
45
+ (* * Whether to tag references to filter them later. *)
45
46
}
46
47
47
48
val handle_warnings :
Original file line number Diff line number Diff line change @@ -713,7 +713,8 @@ end = struct
713
713
714
714
let warnings_tags =
715
715
let doc =
716
- " Filter warnings that were compiled with a tag that is not in the list of --warnings-tags passed."
716
+ " Filter warnings that were compiled with a tag that is not in the list \
717
+ of --warnings-tags passed."
717
718
in
718
719
let env = Arg. env_var " ODOC_WARNINGS_TAGS" ~doc in
719
720
Arg. (value & opt_all string [] & info ~docs ~doc ~env [ " warnings-tags" ])
You can’t perform that action at this time.
0 commit comments