Module B0_odoc.Html_fragment
Generate HTML fragments from .mld
files.
val cmd : B00.Memo.t -> odoc_deps:B0_std.Fpath.t list -> B0_std.Fpath.t -> o:B0_std.Fpath.t -> unit
cmd m ~odoc_deps mld ~o
generates an HTML fragment for the mld filemld
to fileo
with theodoc html-fragment
command.odoc_deps
are the.odoc
file dependencies for themld
file.