-
Notifications
You must be signed in to change notification settings - Fork 456
Open
Labels
odocIssues and PRs related to documentation generation with odocIssues and PRs related to documentation generation with odoc
Description
It's perfectly valid to have a dune project containing sub-libraries that have unwrapped modules with the same name. For example:
one/names.ml
two/names.ml
Where the public-name for these is e.g. repro.one and repro.two. These libraries can't be linked together, but the documentation should be able to coexist. Currently this is not possible as odoc is producing the same html filename for both modules:
Multiple rules generated for _build/default/_doc/_html/repro/Names/index.html:
- <internal location>
- <internal location>
davesnx and jchavarri
Metadata
Metadata
Assignees
Labels
odocIssues and PRs related to documentation generation with odocIssues and PRs related to documentation generation with odoc