package stog

  1. Overview
  2. Docs
val output_dir : string Stdlib.ref
val site_url : Stog.Url.t option Stdlib.ref
val tmpl_dirs : string list Stdlib.ref
val mod_dirs : string list Stdlib.ref
val use_cache : bool Stdlib.ref
val depcut : bool Stdlib.ref
val local : bool Stdlib.ref
val stog_defs : Stog.Types.def list Stdlib.ref
val lang : string option Stdlib.ref
val default_lang_to_set : string option Stdlib.ref
val plugins : string list Stdlib.ref
val packages : string list Stdlib.ref
val only_doc : string option Stdlib.ref
val publish_only : Stog.Filter_types.t option Stdlib.ref
type mode =
  1. | Generate
  2. | Server
val mode : mode Stdlib.ref
val add_stog_def : string -> unit
val set_stog_options : Stog.Types.stog -> Stog.Types.stog
val run_from_dirs : string list -> unit
val run_from_files : string list -> unit
val options : (string * Stdlib.Arg.spec * string) list
val usage : ?with_options:bool -> unit -> string
val file_kind : string -> Unix.file_kind
val pp_header : Stdlib.Format.formatter -> (Logs.level * string option) -> unit
val reporter : Stdlib.Format.formatter -> Logs.reporter
val main : unit -> unit
OCaml

Innovation. Community. Security.