module Lang = Odoc_model.Lang
type rendered_item = Types.DocumentedSrc.t
type text = Stdlib.Format.formatter -> unit
module type SYNTAX = sig ... end
HTML generation syntax customization module. See To_re_html_tree
and To_ml_html_tree
.
module type GENERATOR = sig ... end