package b0

  1. Overview
  2. Docs

Generate HTML fragments from .mld files.

val cmd : B00.Memo.t -> odoc_deps:B00_std.Fpath.t list -> B00_std.Fpath.t -> o:B00_std.Fpath.t -> unit

cmd m ~odoc_deps mld ~o generates an HTML fragment for the mld file mld to file o with the odoc html-fragment command.

  • odoc_deps are the .odoc file dependencies for the mld file.