opam-doc icon indicating copy to clipboard operation
opam-doc copied to clipboard

documentation not extracted properly for ZArith

Open edwintorok opened this issue 12 years ago • 0 comments

Try this: $ opam doc -v 0.9.3 $ opam doc zarith

Then look at the doc for the module Z: nothing is documented, look at Big_int_Z, there is a header, but then no individual docs. If you look at the (generated) z.mli, then everything has ocamldoc comments.

edwintorok avatar Jan 10 '14 10:01 edwintorok