OCamlPro / ocp-index

Easy access to the interface information of installed OCaml libraries for editors like Emacs and Vim.
http://www.typerex.org/ocp-index.html
Other
62 stars 25 forks source link

`print "%d"` doesn't print the preamble of compilation units #135

Open dbuenzli opened 5 years ago

dbuenzli commented 5 years ago
> ocamlc --version
4.07.1
> ocp-index --version
1.1.5  # opam tells me 1.1.9 is installed though
> ocp-index print Cmdliner.Manpage "%d"
Man page specification.
[...]
> ocp-index print Cmdliner "%d"

I would expect this last Cmdliner invocation to return this doc string. The problem seems to occur with all compilation units.