clang-tools 22.0.0git
clang::clangd::markup Namespace Reference

Classes

class  Block
 Holds text and knows how to lay it out. More...
class  Paragraph
 Represents parts of the markup that can contain strings, like inline code, code block or plain text. More...

Variables

 MaxBackticks = std::max(MaxBackticks, Backticks)
 Backticks = 0

Variable Documentation

◆ Backticks

clang::clangd::markup::Backticks = 0

Definition at line 286 of file Markup.cpp.

◆ MaxBackticks

clang::clangd::markup::MaxBackticks = std::max(MaxBackticks, Backticks)

Definition at line 285 of file Markup.cpp.