Method
LspParameterInformationset_documentation
Declaration
void
lsp_parameter_information_set_documentation (
LspParameterInformation* self,
LspMarkupContent* value
)
Description
Sets the value of documentation.
The human-readable doc-comment of this parameter.
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.