Module Odoc_document.Generator_signatures

module Lang = Odoc_model.Lang
type rendered_item = Types.DocumentedSrc.t
type text = Format.formatter -> unit
module type SYNTAX = sig ... end

HTML generation syntax customization module. See ML and Reason.

module type GENERATOR = sig ... end