Skip to content

Commit de20676

Browse files
committed
ignore parent module name
1 parent 4ef0bde commit de20676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/src/tools.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,8 @@ let extractDocs ~entryPointFile ~debug =
497497
identModulePath
498498
|> Option.is_none
499499
with
500-
| true -> modulePath
501500
| false -> []
501+
| true -> [modulePath |> List.rev |> List.hd]
502502
in
503503

504504
Some

0 commit comments

Comments
 (0)