Module Odoc_html.Config

type t
val v : ?search_result:bool -> ?theme_uri:Odoc_html__.Types.uri -> ?support_uri:Odoc_html__.Types.uri -> ?search_uris:Odoc_html__.Types.file_uri list -> semantic_uris:bool -> indent:bool -> flat:bool -> open_details:bool -> as_json:bool -> unit -> t
val theme_uri : t -> Odoc_html__.Types.uri
val support_uri : t -> Odoc_html__.Types.uri
val search_uris : t -> Odoc_html__.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