Module B0_odoc.Html
Generate HTML from .odoc files.
HTML generation
module Writes : sig ... endHTML generation writes, files written by generating HTML files from an
.odocfile.
val cmd : ?hidden:bool -> ?theme_uri:string -> B00.Memo.t -> odoc_deps:B0_std.Fpath.t list -> writes:B0_std.Fpath.t list -> B0_std.Fpath.t -> to_dir:B0_std.Fpath.t -> unitcmd m ~hidden ~theme_uri ~odoc_deps ~writes odoc ~to_dirgenerates HTML for the.odocfileodocto output directoryto_dirwith theodoc htmlcommand.odoc_depsare the.odocfile dependencies for theodocfile, they can be obtained by resolving the result ofDepon the package odoc directory ofodoc.writesspecifies the writes of the command, they can be obtained viaWrites.theme_uriandhiddenare the correspondingodocoptions. Seeodoc compile --help.