package b0

  1. Overview
  2. Docs

Generate support files for the HTML.

Support files

module Writes : sig ... end

Support files writes.

val cmd : ?without_theme:bool -> B00.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.