Module Odoc_html.Link

module Url = Odoc_document.Url
type resolve =
  1. | Current of Url.Path.t
  2. | Base of string
val href : config:Odoc_html__.Config.t -> resolve:resolve -> Url.t -> string
module Path : sig ... end