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 094735d commit 612c4c6Copy full SHA for 612c4c6
src/odoc/odoc_link.ml
@@ -45,5 +45,6 @@ let from_odoc ~resolver ~warnings_options input output =
45
link_unit ~resolver ~filename m
46
|> handle_warnings ~input_warnings ~warnings_options
47
>>= fun (m, warnings) ->
48
+ let m = { m with Odoc_model.Lang.Compilation_unit.shape = None } in
49
Odoc_file.save_unit output ~warnings m;
50
Ok (`Module m)
0 commit comments