clang-tools 22.0.0git
clang::clangd::DocumentLinkParams Struct Reference

Parameters for the document link request. More...

#include <Protocol.h>

Public Attributes

TextDocumentIdentifier textDocument
 The document to provide document links for.

Detailed Description

Parameters for the document link request.

Definition at line 1929 of file Protocol.h.

Member Data Documentation

◆ textDocument

TextDocumentIdentifier clang::clangd::DocumentLinkParams::textDocument

The document to provide document links for.

Definition at line 1931 of file Protocol.h.

Referenced by clang::clangd::fromJSON().


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