clang-tools 22.0.0git
Public Member Functions | List of all members
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.

References Out.

Member Function Documentation

◆ visitHTMLEndTagComment()

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

Definition at line 124 of file SymbolDocumentation.cpp.

References Out.

◆ visitHTMLStartTagComment()

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

Definition at line 108 of file SymbolDocumentation.cpp.

References Out.

◆ visitInlineCommandComment()

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

Definition at line 70 of file SymbolDocumentation.cpp.

References C, and Out.

◆ visitParagraphComment()

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

Definition at line 50 of file SymbolDocumentation.cpp.

References C.

◆ visitTextComment()

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

Definition at line 60 of file SymbolDocumentation.cpp.

References C, Out, and clang::clangd::Text.


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