The OCaml documentation generator
The ocaml documentation generator ocamldoc generates documentation from special comments embedded in source files. The comments used by ocamldoc are of the form (** ... *) and follow the format described in the The OCaml user's manual.
ocamldoc can produce documentation in various formats: html, latex, texinfo, man, and dot. Moreover, users can add their own custom generators.
Useful resources: