Module Root.Odoc_fileSource
Source
type page = {name : string;title : Odoc_model.Comment.link_content option;frontmatter : Odoc_model.Frontmatter.t;
}Source
type t = | Page of Odoc_model.Root.Odoc_file.page| Compilation_unit of Odoc_model.Root.Odoc_file.compilation_unit| Impl of string| Asset of string
Source
val create_page :
string ->
Odoc_model.Comment.link_content option ->
Odoc_model.Frontmatter.t ->
Odoc_model.Root.Odoc_file.t