Browse thread
ocamlbuild: generating documentation
[
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: | Hugo Ferreira <hmf@i...> |
| Subject: | ocamlbuild: generating documentation |
Hello, I am attempting to use the document generation option provided by ocamlbuild. The manual states that ocamlbuild will "collect all the documentation for the interfaces (which will be built if necessary"). Questions: 1. How can I change this so that both *.ml and *.mli file are be used? 2. Must I compile the files prior to invoking "ocamlbuild all.docdir/index.html" at any point? On a different issue, the manual refers to "packing subdirectories into modules"... 1. Are we talking about indicating a path here, for example: cat all.odocl src/mod/Mod So that Mod is documented? TIA, Hugo F.