clang-tools 22.0.0git
clang::clangd::ParagraphToMarkupDocument Class Reference
Inheritance diagram for clang::clangd::ParagraphToMarkupDocument:
[legend]

Public Member Functions

 ParagraphToMarkupDocument (markup::Paragraph &Out, const comments::CommandTraits &Traits)
void visitParagraphComment (const comments::ParagraphComment *C)
void visitTextComment (const comments::TextComment *C)
void visitInlineCommandComment (const comments::InlineCommandComment *C)
void visitHTMLStartTagComment (const comments::HTMLStartTagComment *STC)
void visitHTMLEndTagComment (const comments::HTMLEndTagComment *ETC)

Detailed Description

Definition at line 43 of file SymbolDocumentation.cpp.

Constructor & Destructor Documentation

◆ ParagraphToMarkupDocument()

clang::clangd::ParagraphToMarkupDocument::ParagraphToMarkupDocument ( markup::Paragraph & Out,
const comments::CommandTraits & Traits )
inline

Definition at line 46 of file SymbolDocumentation.cpp.

Member Function Documentation

◆ visitHTMLEndTagComment()

void clang::clangd::ParagraphToMarkupDocument::visitHTMLEndTagComment ( const comments::HTMLEndTagComment * ETC)
inline

Definition at line 124 of file SymbolDocumentation.cpp.

◆ visitHTMLStartTagComment()

void clang::clangd::ParagraphToMarkupDocument::visitHTMLStartTagComment ( const comments::HTMLStartTagComment * STC)
inline

Definition at line 108 of file SymbolDocumentation.cpp.

◆ visitInlineCommandComment()

void clang::clangd::ParagraphToMarkupDocument::visitInlineCommandComment ( const comments::InlineCommandComment * C)
inline

Definition at line 70 of file SymbolDocumentation.cpp.

◆ visitParagraphComment()

void clang::clangd::ParagraphToMarkupDocument::visitParagraphComment ( const comments::ParagraphComment * C)
inline

Definition at line 50 of file SymbolDocumentation.cpp.

◆ visitTextComment()

void clang::clangd::ParagraphToMarkupDocument::visitTextComment ( const comments::TextComment * C)
inline

Definition at line 60 of file SymbolDocumentation.cpp.

References clang::clangd::Text.


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