Method

LspServerCapsset_document_link

Declaration

void
lsp_server_caps_set_document_link (
  LspServerCaps* self,
  LspDocumentLinkOptions* value
)

Description

Sets the value of document_link.

The server provides document links.

Parameters

value

Type: LspDocumentLinkOptions

The new value of document_link.

The data is owned by the caller of the method.