MLIR  19.0.0git
Public Attributes | List of all members
mlir::lsp::MarkupContent Struct Reference

#include "mlir/Tools/lsp-server-support/Protocol.h"

Public Attributes

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

Detailed Description

Definition at line 528 of file Protocol.h.

Member Data Documentation

◆ kind

MarkupKind mlir::lsp::MarkupContent::kind = MarkupKind::PlainText

Definition at line 529 of file Protocol.h.

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

◆ value

std::string mlir::lsp::MarkupContent::value

Definition at line 530 of file Protocol.h.

Referenced by mlir::lsp::SourceMgrInclude::buildHover(), and mlir::lsp::toJSON().


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