Ocaml_parsing.Docstrings
SourceDocumentation comments
Warning: this module is unstable and part of compiler-libs.
(Re)Initialise all docstring state
Emit warnings for unattached and ambiguous docstrings
Documentation comments
Create a docstring
Get the location of a docstring
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
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)
The info
type represents documentation attached to a field or constructor.
Convert field info to attributes and add them to an attribute list
The text
type represents documentation which is not attached to anything.
Convert text to attributes and add them to an attribute list
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