Module Odoc_odoc__Support_files
Copies odoc's support files (default theme and JS files) to a specified location.
val write : ?without_theme:bool -> Odoc_odoc.Fs.Directory.t -> unitwrite ?without_theme output_dircopies the support files to theoutput_dir. Ifwithout_themeistruethe theme will not be copied, the default value isfalse.
val print_filenames : ?without_theme:bool -> Odoc_odoc.Fs.Directory.t -> unitPrints, to STDOUT, the names of the files that calling
Support_files.writewould output, one filename per line.