LLVM 22.0.0git
llvm::lsp::DocumentLinkParams Struct Reference

Parameters for the document link request. More...

#include "llvm/Support/LSP/Protocol.h"

Public Attributes

TextDocumentIdentifier textDocument
 The document to provide document links for.

Detailed Description

Parameters for the document link request.

Definition at line 1025 of file Protocol.h.

Member Data Documentation

◆ textDocument

TextDocumentIdentifier llvm::lsp::DocumentLinkParams::textDocument

The document to provide document links for.

Definition at line 1027 of file Protocol.h.


The documentation for this struct was generated from the following file: