Module Html.Writes
HTML generation writes, files written by generating HTML files from an .odoc file.
As determined by the odoc html-targets command.
HTML generation file writes
val write : B00.Memo.t -> odoc_deps:B0_std.Fpath.t list -> B0_std.Fpath.t -> to_dir:B0_std.Fpath.t -> o:B0_std.Fpath.t -> unitwrite m ~odoc_deps odoc ~to_dir ~owrites toothe files written by an HTML generation of the.odocfileodoctoto_dir.odoc_depsare the.odocfile dependencies for theodocfile, they can be obtained by resolving the result ofDepon the package odoc directory ofodoc.
val read : B00.Memo.t -> B0_std.Fpath.t -> B0_std.Fpath.t list B00.Memo.fiberread m filereads the result of awritefromfileand continues with the files that will be written.