class CommentToXMLConverter
Declaration
class CommentToXMLConverter { /* full declaration omitted */ };
Declared at: clang/include/clang/Index/CommentToXML.h:23
Method Overview
- public CommentToXMLConverter()
- public void convertCommentToHTML(const comments::FullComment * FC, SmallVectorImpl<char> & HTML, const clang::ASTContext & Context)
- public void convertCommentToXML(const comments::FullComment * FC, SmallVectorImpl<char> & XML, const clang::ASTContext & Context)
- public void convertHTMLTagNodeToText(const comments::HTMLTagComment * HTC, SmallVectorImpl<char> & Text, const clang::ASTContext & Context)
- public ~CommentToXMLConverter()
Methods
¶CommentToXMLConverter()
CommentToXMLConverter()
Declared at: clang/include/clang/Index/CommentToXML.h:25
¶void convertCommentToHTML(
const comments::FullComment* FC,
SmallVectorImpl<char>& HTML,
const clang::ASTContext& Context)
void convertCommentToHTML(
const comments::FullComment* FC,
SmallVectorImpl<char>& HTML,
const clang::ASTContext& Context)
Declared at: clang/include/clang/Index/CommentToXML.h:28
Parameters
- const comments::FullComment* FC
- SmallVectorImpl<char>& HTML
- const clang::ASTContext& Context
¶void convertCommentToXML(
const comments::FullComment* FC,
SmallVectorImpl<char>& XML,
const clang::ASTContext& Context)
void convertCommentToXML(
const comments::FullComment* FC,
SmallVectorImpl<char>& XML,
const clang::ASTContext& Context)
Declared at: clang/include/clang/Index/CommentToXML.h:36
Parameters
- const comments::FullComment* FC
- SmallVectorImpl<char>& XML
- const clang::ASTContext& Context
¶void convertHTMLTagNodeToText(
const comments::HTMLTagComment* HTC,
SmallVectorImpl<char>& Text,
const clang::ASTContext& Context)
void convertHTMLTagNodeToText(
const comments::HTMLTagComment* HTC,
SmallVectorImpl<char>& Text,
const clang::ASTContext& Context)
Declared at: clang/include/clang/Index/CommentToXML.h:32
Parameters
- const comments::HTMLTagComment* HTC
- SmallVectorImpl<char>& Text
- const clang::ASTContext& Context
¶~CommentToXMLConverter()
~CommentToXMLConverter()
Declared at: clang/include/clang/Index/CommentToXML.h:26