odoc.markdown
Renderer.Inline
odoc
odoc.document
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 t =
| Break
| Inlines of t list
| Text of string
| Code_span of string list
| Emphasis of t
| Strong_emphasis of t
| Image of link
| Link of link
| Raw_html of string list
and link = {
text : t;
url : string option;
}
val is_empty : t -> bool