odoc.document
Types.Item
odoc
odoc.examples
odoc.html
odoc.html_support_files
odoc.index
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.occurrences
odoc.odoc
odoc.odoc_utils
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref2
odoc.xref_test
type 'a item = {
attr : Class.t;
anchor : Url.Anchor.t option;
content : 'a;
doc : Block.t;
source_anchor : Url.Anchor.t option;
}
type text = Block.t
type t =
| Text of text
| Heading of Heading.t
| Declaration of DocumentedSrc.t item
| Include of Include.t item