Module Odoc_odoc.Support_files
val write : ?without_theme:bool -> Fs.Directory.t -> unit
write ?without_theme output_dir
copies the support files to theoutput_dir
. Ifwithout_theme
istrue
the theme will not be copied, the default value isfalse
.
val print_filenames : ?without_theme:bool -> Fs.Directory.t -> unit
Prints, to STDOUT, the names of the files that calling
Support_files.write
would output, one filename per line.