Static iconStatic addAdds default arguments to the syntax.
The syntax.
The PineDocsManager instance.
Static appendAppends the description to the markdown.
The PineDocsManager instance.
A promise that resolves to an array containing the description.
Static appendStatic appendAppends parameters to the markdown.
The PineDocsManager instance.
A promise that resolves to an array containing the parameters.
Static appendAppends parameters or fields to the markdown.
The PineDocsManager instance.
The arguments or fields to append.
The title of the section.
A promise that resolves to an array containing the parameters or fields.
Static appendAppends remarks to the markdown.
The PineDocsManager instance.
A promise that resolves to an array containing the remarks.
Static appendAppends return values to the markdown.
The PineDocsManager instance.
A promise that resolves to an array containing the return values.
Static appendAppends "see also" references to the markdown.
The PineDocsManager instance.
The key identifying the symbol.
A promise that resolves to an array containing the "see also" references.
Static appendAppends the syntax to the markdown.
The PineDocsManager instance.
The key identifying the symbol.
The namespace of the symbol, if any.
The regex ID of the symbol.
The map, array, or matrix, if any.
A promise that resolves to an array containing the syntax.
This method is used for fields, variables, constants, functions, methods, UDTs, types, and parameters.
Static boldStatic buildBuilds the content based on the key.
The PineDocsManager instance.
The key identifying the symbol.
A promise that resolves to the built content.
Static buildStatic buildUDTDefaultModifies the syntax to include default values for UDTs.
The PineDocsManager instance.
Static cbStatic checkStatic formatStatic getStatic getStatic namespaceChecks the namespace.
The PineDocsManager instance.
Whether or not the symbol is a method.
Generated using TypeDoc
Builds the markdown for the hover provider.