clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::MarkupContent Struct Reference

#include <Protocol.h>

Public Attributes

MarkupKind kind = MarkupKind::PlainText
 
std::string value
 

Detailed Description

Definition at line 1240 of file Protocol.h.

Member Data Documentation

◆ kind

MarkupKind clang::clangd::MarkupContent::kind = MarkupKind::PlainText

Definition at line 1241 of file Protocol.h.

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

◆ value

std::string clang::clangd::MarkupContent::value

Definition at line 1242 of file Protocol.h.

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


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