clang API Documentation

Public Member Functions
clang::index::CommentToXMLConverter Class Reference

#include <CommentToXML.h>

List of all members.

Public Member Functions

 CommentToXMLConverter ()
 ~CommentToXMLConverter ()
void convertCommentToHTML (const comments::FullComment *FC, SmallVectorImpl< char > &HTML, const ASTContext &Context)
void convertHTMLTagNodeToText (const comments::HTMLTagComment *HTC, SmallVectorImpl< char > &Text, const ASTContext &Context)
void convertCommentToXML (const comments::FullComment *FC, SmallVectorImpl< char > &XML, const ASTContext &Context)

Detailed Description

Definition at line 27 of file CommentToXML.h.


Constructor & Destructor Documentation

Definition at line 1133 of file CommentToXML.cpp.

Definition at line 1134 of file CommentToXML.cpp.


Member Function Documentation

void CommentToXMLConverter::convertCommentToHTML ( const comments::FullComment FC,
SmallVectorImpl< char > &  HTML,
const ASTContext Context 
)

Definition at line 1136 of file CommentToXML.cpp.

References clang::ASTContext::getCommentCommandTraits().

void CommentToXMLConverter::convertCommentToXML ( const comments::FullComment FC,
SmallVectorImpl< char > &  XML,
const ASTContext Context 
)
void CommentToXMLConverter::convertHTMLTagNodeToText ( const comments::HTMLTagComment HTC,
SmallVectorImpl< char > &  Text,
const ASTContext Context 
)

Definition at line 1144 of file CommentToXML.cpp.

References clang::ASTContext::getCommentCommandTraits().


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