ΒΆCXString clang_FullComment_getAsHTML(
CXComment Comment)
CXString clang_FullComment_getAsHTML(
CXComment Comment)
Description
Convert a given full parsed comment to an HTML fragment. Specific details of HTML layout are subject to change. Don't try to parse this HTML back into an AST, use other APIs instead. Currently the following CSS classes are used: Function argument documentation is rendered as a < dl > list with arguments sorted in function prototype order. CSS classes used: Template parameter documentation is rendered as a < dl > list with parameters sorted in template parameter list order. CSS classes used:
Declared at: clang/include/clang-c/Documentation.h:534
Parameters
- CXComment Comment
- a \c CXComment_FullComment AST node.
Returns
string containing an HTML fragment.