package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val v : ?search_result:bool -> ?theme_uri:Types.uri -> ?support_uri:Types.uri -> ?search_uris:Types.file_uri list -> semantic_uris:bool -> indent:bool -> flat:bool -> open_details:bool -> as_json:bool -> unit -> t

search_result indicates whether this is a summary for a search result. In that case, the links will be printed as regular text.

val theme_uri : t -> Types.uri
val support_uri : t -> Types.uri
val search_uris : t -> Types.file_uri list
val semantic_uris : t -> bool
val indent : t -> bool
val flat : t -> bool
val open_details : t -> bool
val as_json : t -> bool
val search_result : t -> bool
OCaml

Innovation. Community. Security.