On Wed, 7 Mar 2012 09:58:02 +0100
Hendrik Tews <t...@os.inf.tu-dresden.de> wrote:

> Hi,


Hello,

> consider
> 
>     (** Uses {!print_endline} *)
>     let f () = print_endline "Hello"
> 
> What do I have to do such that ocamldoc generates a
> crossreference to 
> file:///usr/share/doc/ocaml-doc/ocaml.html/libref/Pervasives.html#VALprint_endline
> ?

OCamldoc can only create links to elements it knows about, i.e. in modules
given on command line (or loaded from a dump).
So the answer is: you can't.

Regards,

Maxence

-- 
Caml-list mailing list.  Subscription management and archives:
https://sympa-roc.inria.fr/wws/info/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to