= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package doc-ock
-
doc-ock
-
doc-ock.ocamlary
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a reference =
| Element of 'a DocOckPaths.Reference.any
| Link of string
| Custom of string * string
type 'a text = 'a text_element list
and 'a text_element =
| Raw of string
| Code of string
| PreCode of string
| Verbatim of string
| Style of style * 'a text
| List of 'a text list
| Enum of 'a text list
| Newline
| Title of int * 'a DocOckPaths.Identifier.label option * 'a text
| Reference of 'a reference * 'a text option
| Target of string option * string
| Special of 'a special
and 'a tag =
| Author of string
| Version of string
| See of see * 'a text
| Since of string
| Before of string * 'a text
| Deprecated of 'a text
| Param of string * 'a text
| Raise of string * 'a text
| Return of 'a text
| Inline
| Tag of string * 'a text
| Canonical of 'a DocOckPaths.Path.module_ * 'a DocOckPaths.Reference.module_
module Error : sig ... end