Method

LspSignatureInformationget_documentation

Declaration

LspMarkupContent*
lsp_signature_information_get_documentation (
  LspSignatureInformation* self
)

Description

Gets the value of documentation.

The human-readable doc-comment of this signature.

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.