Method

LspCompletionItemget_documentation

Declaration

LspMarkupContent*
lsp_completion_item_get_documentation (
  LspCompletionItem* self
)

Description

Gets the value of documentation.

A human-readable string that represents a doc-comment.

Return value

Type: LspMarkupContent

The value of documentation.

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