ΒΆCXString clang_FullComment_getAsXML(
    CXComment Comment)

Description

Convert a given full parsed comment to an XML document. A Relax NG schema for the XML can be found in comment-xml-schema.rng file inside clang source tree.

Declared at: clang/include/clang-c/Documentation.h:546

Parameters

CXComment Comment
a \c CXComment_FullComment AST node.

Returns

string containing an XML document.