package ocamlformat-mlx-lib
Install
Dune Dependency
Authors
Maintainers
Sources
md5=4b32d3b57da54157a0cd8f772094f4bc
sha512=367eeb5d81060a3efb584796cc72cc75d974975bb9b18be6284a86f5937edb90927368fd80e00b3f4c1894e609b4a1503c20d4495c624560243e5055f905390a
doc/ocamlformat-mlx-lib.parser_standard/Parser_standard/Docstrings/index.html
Module Parser_standard.Docstrings
Source
Documentation comments
Warning: this module is unstable and part of compiler-libs.
(Re)Initialise all docstring state
Emit warnings for unattached and ambiguous docstrings
Docstrings
Documentation comments
Create a docstring
Get the location of a docstring
Set functions
These functions are used by the lexer to associate docstrings to the locations of tokens.
Docstrings immediately preceding a token
Docstrings immediately following a token
Docstrings not immediately adjacent to a token
Docstrings immediately following the token which precedes this one
Docstrings immediately preceding the token which follows this one
Items
The docs
type represents documentation attached to an item.
Convert item documentation to attributes and add them to an attribute list
Fetch the item documentation for the current symbol. This also marks this documentation (for ambiguity warnings).
Fetch the item documentation for the symbols between two positions. This also marks this documentation (for ambiguity warnings).
Mark the item documentation for the current symbol (for ambiguity warnings).
Mark as associated the item documentation for the symbols between two positions (for ambiguity warnings)
Fields and constructors
The info
type represents documentation attached to a field or constructor.
Convert field info to attributes and add them to an attribute list
Unattached comments
The text
type represents documentation which is not attached to anything.
Convert text to attributes and add them to an attribute list
Extra text
There may be additional text attached to the delimiters of a block (e.g. struct
and end
). This is fetched by the following functions, which are applied to the contents of the block rather than the delimiters.
Fetch additional text preceding the symbol at the given position
Fetch additional text following the symbol at the given position