clang-tools 22.0.0git
Public Member Functions | List of all members
clang::clangd::BlockCommentToMarkupDocument Class Reference
Inheritance diagram for clang::clangd::BlockCommentToMarkupDocument:
[legend]

Public Member Functions

 BlockCommentToMarkupDocument (markup::Document &Out, const comments::CommandTraits &Traits)
 
void visitBlockCommandComment (const comments::BlockCommandComment *B)
 
void visitVerbatimBlockComment (const comments::VerbatimBlockComment *VB)
 
void visitVerbatimLineComment (const comments::VerbatimLineComment *VL)
 

Detailed Description

Definition at line 195 of file SymbolDocumentation.cpp.

Constructor & Destructor Documentation

◆ BlockCommentToMarkupDocument()

clang::clangd::BlockCommentToMarkupDocument::BlockCommentToMarkupDocument ( markup::Document Out,
const comments::CommandTraits &  Traits 
)
inline

Definition at line 198 of file SymbolDocumentation.cpp.

References Out.

Member Function Documentation

◆ visitBlockCommandComment()

void clang::clangd::BlockCommentToMarkupDocument::visitBlockCommandComment ( const comments::BlockCommandComment *  B)
inline

Definition at line 202 of file SymbolDocumentation.cpp.

References Out.

◆ visitVerbatimBlockComment()

void clang::clangd::BlockCommentToMarkupDocument::visitVerbatimBlockComment ( const comments::VerbatimBlockComment *  VB)
inline

Definition at line 237 of file SymbolDocumentation.cpp.

References Line, and Out.

◆ visitVerbatimLineComment()

void clang::clangd::BlockCommentToMarkupDocument::visitVerbatimLineComment ( const comments::VerbatimLineComment *  VL)
inline

Definition at line 255 of file SymbolDocumentation.cpp.

References Out.


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