B00_odoc.Support_files
Generate support files for the HTML.
module Writes : sig ... end
Support files writes.
val cmd : ?without_theme:bool -> B00.Memo.t -> writes:B00_std.Fpath.t list -> to_dir:B00_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.val write : B00.Memo.t -> without_theme:bool -> html_dir:B00_std.Fpath.t -> build_dir:B00_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.