package octavius

  1. Overview
  2. Docs
Ocamldoc comment syntax parser

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.2.2.tar.gz
sha256=eac9104ce0316b69da9c44b9c477700fe0b52a888c89ce4bdf1d2b782a73e0ad
md5=72f9e1d996e6c5089fc513cc9218607b

doc/octavius/Octavius/index.html

Module OctaviusSource

Sourcemodule Types : sig ... end

Types for the information collected in comments.

Sourcemodule Errors : sig ... end
Sourcetype nonrec ('a, 'b) result = ('a, 'b) result =
  1. | Ok of 'a
  2. | Error of 'b
Sourceval parse_ref : Lexing.lexbuf -> ((string option * string) list, Errors.t) result
Sourceval print : Format.formatter -> Types.t -> unit