package doc-ock-xml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a parser
val build : (Xmlm.input -> 'a) -> 'a parser
type 'a result =
  1. | Ok of 'a
  2. | Error of Xmlm.pos option * Xmlm.pos * string
val text : 'a parser -> Xmlm.input -> 'a DocOck.Types.Documentation.text result
val unit : 'a parser -> Xmlm.input -> 'a DocOck.Types.Unit.t result
val unit_file : 'a parser -> Xmlm.input -> 'a DocOck.Types.Unit.t result
val page : 'a parser -> Xmlm.input -> 'a DocOck.Types.Page.t result
val page_file : 'a parser -> Xmlm.input -> 'a DocOck.Types.Page.t result