Browse thread
Two questions on OCamlDoc
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Maxence Guesdon <maxence.guesdon@i...> |
| Subject: | Re: [Caml-list] Two questions on OCamlDoc |
On Fri, 05 Sep 2008 12:25:03 +0200 David Teller <David.Teller@univ-orleans.fr> wrote: > Okay, I've found the solution to most of my problems, thanks to Maxence. > The code will be committed soon to the Batteries repository if anyone is > interested. > > I have one more question, though: assuming that I have a reference to a > [t_module] for a module with both a [.mli] and a [.ml], is there a > simple way to access the underlying implementation without having to > reparse [m_code]? What do you mean by access ? do you want a link to a html page of the code ? And what do you mean by "reparse the [m_code]" ? Regards, Maxence