Module Odoc_html.LinkSource

HTML-specific interpretation of Odoc_document.Url

Sourceval flat : bool ref
Sourceval semantic_uris : bool ref

Whether to generate pretty/semantics links or not.

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