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

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

Public Attributes

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

Detailed Description

Definition at line 535 of file Protocol.h.

Member Data Documentation

◆ kind

MarkupKind llvm::lsp::MarkupContent::kind = MarkupKind::PlainText

Definition at line 536 of file Protocol.h.

Referenced by llvm::lsp::toJSON().

◆ value

std::string llvm::lsp::MarkupContent::value

Definition at line 537 of file Protocol.h.

Referenced by llvm::lsp::toJSON().


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