LLVM: llvm::lsp::MarkupContent Struct Reference (original) (raw)

#include "[llvm/Support/LSP/Protocol.h](Protocol%5F8h%5Fsource.html)"

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

Detailed Description

Definition at line 548 of file Protocol.h.

Member Data Documentation

kind

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

Definition at line 549 of file Protocol.h.

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

value

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

Definition at line 550 of file Protocol.h.

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


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