jon.recoil.org

Module Odoc_html.LinkSource

HTML-specific interpretation of Odoc_document.Url

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