Odoc_document.RendererSourceStandard definition and types for all renderers
type 'a t = {name : string;render : 'a -> Types.Document.t -> page list;extra_documents : 'a -> input -> Types.Document.t list;}val documents_of_source_tree :
syntax:syntax ->
Odoc_model.Lang.SourceTree.t ->
Types.Document.t listval documents_of_implementation :
syntax:syntax ->
Odoc_model.Lang.Implementation.t ->
Syntax_highlighter.infos ->
string ->
Types.Document.tval document_of_compilation_unit :
syntax:syntax ->
Odoc_model.Lang.Compilation_unit.t ->
Types.Document.t