File tree Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,4 @@ val index : odocl_dir:Fpath.t -> Packages.set -> unit
17
17
18
18
val sherlodoc : html_dir :Fpath .t -> odocl_dir :Fpath .t -> Packages .set -> unit
19
19
20
- (* val compile_sidebars : *)
21
- (* odoc_dir:Fpath.t -> *)
22
- (* output_dir:Fpath.t -> *)
23
- (* Packages.set -> *)
24
- (* Fpath.t Util.StringMap.t *)
25
-
26
20
val html_generate : Fpath .t -> odocl_dir :Fpath .t -> linked list -> unit
Original file line number Diff line number Diff line change @@ -543,14 +543,7 @@ let run libs verbose packages_dir odoc_dir odocl_dir html_dir stats nb_workers
543
543
let odocl_dir = match odocl_dir with Some l -> l | None -> odoc_dir in
544
544
let () = Compile. index ~odocl_dir all in
545
545
let () = Compile. sherlodoc ~html_dir ~odocl_dir all in
546
- (* let sidebars = *)
547
- (* Compile.compile_sidebars ~odoc_dir *)
548
- (* ~output_dir:(Fpath.( / ) odoc_dir "sidebars") *)
549
- (* all *)
550
- (* in *)
551
- let () =
552
- Compile. html_generate html_dir ~odocl_dir (* sidebars *) linked
553
- in
546
+ let () = Compile. html_generate html_dir ~odocl_dir linked in
554
547
let _ = Odoc. support_files html_dir in
555
548
() )
556
549
(fun () -> render_stats env nb_workers)
Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ let find_universe_and_version pkg_name =
38
38
| _ :: _ :: u :: _ , [ version ] -> Ok (u, Fpath. to_string version)
39
39
| _ -> Error (`Msg (Format. sprintf " Failed to find package %s" pkg_name))
40
40
41
- (* let read_package universe pkg version =
42
- () *)
43
-
44
41
let process_package pkg =
45
42
let metas =
46
43
List. filter
You can’t perform that action at this time.
0 commit comments