We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If I have :
module Bla : sig type ha = Alpha | Beta end Use {!Bla.Alpha} to say alpha.
The latter line gets rendered as:
Use Bla.ha.Alpha to say alpha.
This should simply be Bla.Alpha, I don't think odoc should invent OCaml syntax that doesn't exist.
Bla.Alpha
odoc