-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MPR#5243: Improve the API documentation #217
Comments
FWIW I'm still referening to the mentioned page when I need to lookup It would be nice to make sure they look good in For this the cmi, cmti file and mli files of the API should be properly installed in |
So the actionable content of this issue is "we should fix the rendering of |
I'm looking at this in more detail. Currently a raw I think that the best thing to do for now is to only install The structure of the Signatures documentation itself is not great, with a lot of boring stuff first and everything the user should in fact look at first being at the end. It would be nice to try to improve this by reordering the declarations in the module and having some more doc-reader-directed comments and forward pointers. |
#227 installs P.S.: Looking further, it looks like there is, indeed, a generated documentation for the Signatures module (with the ocamldoc backend; odoc doesn't see it, which is explained by the fact that before #227 we don't install |
I may have done something wrong when I implemented b0-system/odig#1 I'll have a look at this tomorrow. |
Nothing wrong was done apparently. With #227 merged the
|
I forgot to add in 2. since the |
To sum up my take on this to close the issue would be to:
|
PR transferred from https://caml.inria.fr/mantis/view.php?id=5243
[original reporter: @Chris00]
Ideally, the API documentation for plugins should be more complete (basically serve as a reference how to write a plugin) and cross-referenced.
http://nicolaspouillard.fr/ocamlbuild/html/Signatures.PLUGIN.html
The text was updated successfully, but these errors were encountered: