Skip to content

Commit 612c4c6

Browse files
committed
Remove shape from odocl files
1 parent 094735d commit 612c4c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/odoc/odoc_link.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ let from_odoc ~resolver ~warnings_options input output =
4545
link_unit ~resolver ~filename m
4646
|> handle_warnings ~input_warnings ~warnings_options
4747
>>= fun (m, warnings) ->
48+
let m = { m with Odoc_model.Lang.Compilation_unit.shape = None } in
4849
Odoc_file.save_unit output ~warnings m;
4950
Ok (`Module m)

0 commit comments

Comments
 (0)