Skip to content

Remove Stdlib prefix #562

@ghilesZ

Description

@ghilesZ

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions