clang-tools 19.0.0git
Public Attributes | List of all members
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 1906 of file Protocol.h.

Member Data Documentation

◆ textDocument

TextDocumentIdentifier clang::clangd::DocumentLinkParams::textDocument

The document to provide document links for.

Definition at line 1908 of file Protocol.h.

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


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