Method

LspParameterInformationget_documentation

Declaration

LspMarkupContent*
lsp_parameter_information_get_documentation (
  LspParameterInformation* self
)

Description

Gets the value of documentation.

The human-readable doc-comment of this parameter.

Will be shown in the UI.

Return value

Type: LspMarkupContent

The value of documentation.

The returned data is owned by the instance.
The return value can be NULL.