config.ml
odoc
odoc.document
odoc.examples
odoc.html
odoc.html_support_files
odoc.index
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.markdown
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.occurrences
odoc.odoc
odoc.odoc_utils
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref2
odoc.xref_test
1 2 3 4 5 (* Markdown output configuration *) type t = { root_url : string option; allow_html : bool } let make ~root_url ~allow_html () = { root_url; allow_html }
1 2 3 4 5
(* Markdown output configuration *) type t = { root_url : string option; allow_html : bool } let make ~root_url ~allow_html () = { root_url; allow_html }