package ocamlformat-lib

  1. Overview
  2. Docs
OCaml Code Formatter

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocamlformat-0.28.1.tbz
sha256=70bda037d0bed961ed91bdb5198b2eeef542444750a8b015d80ccb94b3ff41fb
sha512=8de0517165c6f0cadcedcce66e57cb723956768a8068abd062243abb08fabf292283d0d284be230aa5647d0883a4dc7f28fcf1b70338a2b0c9b17a5bed1bbb71

doc/ocamlformat-lib.parser_extended/Ocamlformat_parser_extended/Docstrings/WithParsing/index.html

Module Docstrings.WithParsingSource

Sourceval symbol_docs : unit -> docs
Sourceval symbol_docs_lazy : unit -> docs lazy_t
Sourceval rhs_docs : int -> int -> docs
Sourceval rhs_docs_lazy : int -> int -> docs lazy_t
Sourceval mark_symbol_docs : unit -> unit
Sourceval mark_rhs_docs : int -> int -> unit
Sourceval symbol_info : unit -> docstring option
Sourceval rhs_info : int -> docstring option
Sourceval symbol_text : unit -> docstring list
Sourceval symbol_text_lazy : unit -> docstring list lazy_t
Sourceval rhs_text : int -> docstring list
Sourceval rhs_post_text : int -> docstring list
Sourceval rhs_text_lazy : int -> docstring list lazy_t
Sourceval symbol_pre_extra_text : unit -> docstring list
Sourceval symbol_post_extra_text : unit -> docstring list
Sourceval rhs_pre_extra_text : int -> docstring list
Sourceval rhs_post_extra_text : int -> docstring list