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 -> 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 directoryto_dir
.writes
specifies the writes of the command they can be obtained viaWrites.
without_theme
is the correspondingodoc support-file-targets
option.