Module B0_odoc.Support_files

Generate support files for the HTML.

Support files

module Writes : sig ... end

Support files writes.

val cmd : ?without_theme:bool -> B0_memo.t -> writes:B0_std.Fpath.t list -> to_dir:B0_std.Fpath.t -> unit

cmd m ~without_theme ~writes ~to_dir writes support files for the HTML to the directory to_dir.

  • writes specifies the writes of the command they can be obtained via Writes
  • without_theme is the corresponding odoc support-file-targets option.

Convenience

val write : B0_memo.t -> without_theme:bool -> html_dir:B0_std.Fpath.t -> build_dir:B0_std.Fpath.t -> unit

write m ~without_theme ~html_dir ~build_dir writes the support files to html_dir using build_dir for memoizing the command.