Browse thread
How to tell ocamlbuild to pass options to 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: | 2008-03-04 (09:57) |
From: | Andrej Bauer <Andrej.Bauer@f...> |
Subject: | Re: [Caml-list] How to tell ocamlbuild to pass options to ocamldoc? |
Nicolas Pouillard wrote: > Yes, in fact it's: > > flag ["ocaml"; "doc"] (A"-keep-code") Thanks. Alas, I've given up on using ocamldoc with -keep-code because an essential part of the (educational) code is the lexer and the parser. I will just use caml2html. Stay tuned for a "PL Zoo". Best regards, Andrej