Browse thread
[Caml-list] OCaml and doxygen???
[
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: | David Overton <dmo@c...> |
| Subject: | Re: [Caml-list] OCaml and doxygen??? |
On Wed, Oct 06, 2004 at 10:30:07AM -0700, Vasili Galchin wrote: > To my knowledge http://www.doxygen.org only works with C/C++. Is > there any general-purpose tool that allows one to do something > like literate programming with OCaml? We've been using ocamldoc, which comes with the OCaml distribution, quite successfully for producing documentation. It has a few quirks, such as renaming type parameters in signatures to 'a, 'b, 'c, ... (not helpful when you're trying to use more descriptive names), but is quite powerful. I believe it's fairly similar to doxygen, but have not used the latter. David -- David Overton WWW: http://www.overtons.id.au/ Mobile Phone (UK): +44 7799 344 322 ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners