Module Odoc_model__Lang.Page
type t
=
{
name : Odoc_model.Paths.Identifier.Page.t;
content : Odoc_model.Comment.docs;
digest : Stdlib.Digest.t;
}
Odoc_model__Lang.Page
type t
=
{
name : Odoc_model.Paths.Identifier.Page.t; |
content : Odoc_model.Comment.docs; |
digest : Stdlib.Digest.t; |
}