= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package odoc
-
odoc.compat
-
odoc.loader
-
odoc.model
-
-
odoc.parser
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Copies odoc's support files (default theme and JS files) to a specified location.
val write : ?without_theme:bool -> Fs.Directory.t -> unit
write ?without_theme output_dir
copies the support files to the output_dir
. If without_theme
is true
the theme will not be copied, the default value is false
.
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.