package b0

  1. Overview
  2. Docs
Software construction and deployment kit

Install

dune-project
 Dependency

Authors

Maintainers

Sources

b0-0.0.6.tbz
sha512=e9aa779e66c08fc763019f16d4706f465d16c05d6400b58fbd0313317ef33ddea51952e2b058db28e65f7ddb7012f328c8bf02d8f1da17bb543348541a2587f0

doc/b0.kit/B0_odoc/Support_files/index.html

Module B0_odoc.Support_filesSource

Generate support files for the HTML.

Support files

Sourcemodule Writes : sig ... end

Support files writes.

Sourceval cmd : ?without_theme:bool -> B0_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 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.

Convenience

Sourceval write : B0_memo.t -> without_theme:bool -> html_dir:B0_std.Fpath.t -> build_dir:B0_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.