package odoc

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Odoc_markdown.ConfigSource

Sourcetype t = {
  1. root_url : string option;
  2. allow_html : bool;
}
Sourceval make : root_url:string option -> allow_html:bool -> unit -> t
OCaml

Innovation. Community. Security.