-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Description
Hi,
I'm using odoc with dune to generate documentation for a library and it generates signatures like:
val print : Stdlib.Format.formatter -> t -> unit
While what i would like is:
val print : Format.formatter -> t -> unit
OCamldoc used to provide the -hide option which could do this. Does odoc have something similar? If yes, how to use it from dune?
Optionally, it would be nice to have a link to the Format module of the Stdlib but this is maybe asking too much.
Thanks in advance,
Ghiles.
jonludlam
Metadata
Metadata
Assignees
Labels
No labels