Module Root.Odoc_file
type page = {name : string;title : Odoc_model.Comment.link_content option;frontmatter : Odoc_model.Frontmatter.t;
}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
val create_unit : force_hidden:bool -> string -> Odoc_model.Root.Odoc_file.tval create_page :
string ->
Odoc_model.Comment.link_content option ->
Odoc_model.Frontmatter.t ->
Odoc_model.Root.Odoc_file.tval create_impl : string -> Odoc_model.Root.Odoc_file.tval asset : string -> Odoc_model.Root.Odoc_file.tval name : Odoc_model.Root.Odoc_file.t -> string