Module Odoc_html.LinkSource

HTML-specific interpretation of Odoc_document.Url

Sourcetype resolve =
  1. | Current of Url.Path.t
  2. | Base of string
Sourceval href : config:Config.t -> resolve:resolve -> Url.t -> string
Sourcemodule Path : sig ... end