nixd
|
#include <Protocol.h>
Public Attributes | |
MarkupKind | kind = MarkupKind::PlainText |
std::string | value |
Definition at line 1200 of file lspserver/include/lspserver/Protocol.h.
MarkupKind lspserver::MarkupContent::kind = MarkupKind::PlainText |
Definition at line 1201 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON(), and lspserver::toJSON().
std::string lspserver::MarkupContent::value |
Definition at line 1202 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON(), lspserver::toJSON(), and lspserver::toJSON().