package climate

  1. Overview
  2. Docs
type markup = [
  1. | `P of string
  2. | `Pre of string
]
type prose = Manpage.Prose.t

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 -> ?extra:(string * markup list) list -> unit -> prose
OCaml

Innovation. Community. Security.