mransan/ocaml-protoc

Tiny ocamldoc error

Opened this issue · 0 comments

Consider,

val pp_version_info : Format.formatter -> Mesos_types.version_info -> unit 
(** [pp_version_info v] formats v *)

the formatter argument is missing in the docstring.

Related : It would be convenient if the *_pp.ml modules also contained to_string functions implemented in terms of the pp* functions over std_formatter.