Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileTrotignon authored and panglesd committed Jul 8, 2024
1 parent 5435a7c commit a040c6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/odoc/bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ let convert_syntax : Odoc_document.Renderer.syntax Arg.conv =
in
(syntax_parser, syntax_printer)

(** create default to false *)
let convert_directory ?(create = false) () : Fs.Directory.t Arg.conv =
let dir_parser, dir_printer = Arg.string in
let odoc_dir_parser str =
Expand Down

0 comments on commit a040c6f

Please sign in to comment.