caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Ocamldoc and multiple packages
@ 2009-09-11 15:47 Alexey Rodriguez
  2009-09-11 18:45 ` [Caml-list] " Ashish Agarwal
  2009-09-12 15:27 ` Edgar Friendly
  0 siblings, 2 replies; 4+ messages in thread
From: Alexey Rodriguez @ 2009-09-11 15:47 UTC (permalink / raw)
  To: OCaml List

Dear list,

I am trying to build ocamldoc documentation for an ocaml project that
contains multiple packages (collections of modules built using
-for-pack and -pack). My current setup generates documentation for
each package but it won't generate hyperlinks to modules in other
packages (module not found errors). I tried using the -load and -dump
commands to allow ocamldoc see the ocamldoc-results of the referred to
package, but I still get problems. I suspect that the problem arises
because ocamldoc does not have a -pack option, so it always sees
modules in a flat way. So if you have package Pack1 with module A, and
module B in Pack2 which refers to Pack1.A.t, ocamldoc cannot solve
this reference because it does not know that module A is inside
another module called Pack1.

The solutions I see right now seem to involve more effort than I am
willing to spend. So, before I embark on a task that might take too
long I would like to ask for tips on this. How do you perform ocamldoc
generation for projects with multiple packages? Thanks!

Cheers,

Alexey


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-09-15 12:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-11 15:47 Ocamldoc and multiple packages Alexey Rodriguez
2009-09-11 18:45 ` [Caml-list] " Ashish Agarwal
2009-09-12 15:27 ` Edgar Friendly
2009-09-15 12:11   ` Alexey Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).