class CommentToXMLConverter

Declaration

class CommentToXMLConverter { /* full declaration omitted */ };

Declared at: clang/include/clang/Index/CommentToXML.h:23

Method Overview

Methods

CommentToXMLConverter()

Declared at: clang/include/clang/Index/CommentToXML.h:25

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)

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)

Declared at: clang/include/clang/Index/CommentToXML.h:32

Parameters

const comments::HTMLTagComment* HTC
SmallVectorImpl<char>& Text
const clang::ASTContext& Context

~CommentToXMLConverter()

Declared at: clang/include/clang/Index/CommentToXML.h:26