Documentation should be...
Focus first on static html
Requires dependent odoc files (same as standard ocaml compile dependencies)
Requires odoc files for everything in the package and all dependent packages
No other dependencies
x.mli
type t
y.mli
type t = X.t
lib.ml-gen
(** @canonical Lib.X *) module X = Lib__X (** @canonical Lib.Y *) module Y = Lib__Y
lib__.ml-gen
lib.mli
(* User-defined Lib module *) module X = X module Y = Y
Solution: transform to generic document IR
If you're interested, come and talk to us!
Anil Madhavapeddy, Bobby Priambodo, Craig Ferguson, Daniel Bünzli, David Sheets, Florian Angeletti, Geoff Reedy, Jack Feser, Jeremie Dimino, Kate, Kevin Ji, Leandro Ostera, Luke Czyszczonik, Mohamed Elsharnouby, Nik Graf, Patrick Stapfer, Ricky Vetter, Rizo Isrof, Rudi Grinberg, Thibault Suzanne, Thomas Refis, Ulrik Strid, Ulysse, Yotam Barnoy, dhcmrlchtdj, mikaello