API docs generated by OCamldoc missing internal references
Opened this issue · 4 comments
The good news is that the abandonment of module packs and adoption of a flat hierarchy means that OCamldoc can now be used to generate the API documentation. The bad news is that OCamldoc gets very confused by the module aliases and does not generate proper internal references. Suggestions on how to fix this are welcome.
Just wait for codoc.
@agarwal: Well, if codoc automatically resolves module aliases to their original definition, then i'll be a very happy early adopter...
+1, wait for codoc.
codoc is very sophisticated. It goes through great effort to resolve module references, practically doing type checking. In any case, whatever it does will supersede ocamldoc, so there's little point in spending any time on ocamldoc.