Browse thread
Ocamlbuild + Ocamldoc
- Dario Teixeira
[
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: | 2009-02-16 (15:21) |
From: | Dario Teixeira <darioteixeira@y...> |
Subject: | Ocamlbuild + Ocamldoc |
Hi, I'm using Ocamlbuild to build a project, and would very much like to use it to generate the Ocamldoc API documentation as well. Problem is, by default Ocamlbuild can't handle docs contained in implementation files, and doesn't know anything about docs in external txt files (useful for writing tutorials such as those in Ocamlnet). So, before I embark on reinventing the wheel, my question is if someone has already written a plugin to handle the tasks above. Anyone? Cheers, Dario Teixeira