You can search for identifiers within the package.
in-package search v0.2.0
type markup = [
| `P of string
| `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