package climate

  1. Overview
  2. Docs
type markup = [
  1. | `Paragraph of string
  2. | `Preformatted of string
]
type prose

The parts of a manpage that are hand-written and not generated from the command line spec

val prose : ?description:markup list -> ?environment:markup list -> ?files:markup list -> ?examples:markup list -> ?authors:markup list -> unit -> prose
OCaml

Innovation. Community. Security.