Method
LspSignatureInformationset_documentation
Declaration
void
lsp_signature_information_set_documentation (
LspSignatureInformation* self,
LspMarkupContent* value
)
Description
Sets the value of documentation.
The human-readable doc-comment of this signature.
Will be shown in the UI.
Parameters
value-
Type:
LspMarkupContentThe new value of
documentation.The argument can be NULL.The data is owned by the caller of the method.