We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b20ba commit 2444176Copy full SHA for 2444176
src/driver/odoc.ml
@@ -186,7 +186,7 @@ let html_generate_source ~output_dir ?(ignore_output = false) ~source
186
empty search_uris
187
in
188
let cmd =
189
- !odoc % "html-generate-impl" %% file % p source %% search_uris % "-o"
+ !odoc % "html-generate-source" %% file % p source %% search_uris % "-o"
190
% output_dir
191
192
let desc = Printf.sprintf "Generating HTML for %s" (Fpath.to_string source) in
0 commit comments