CXComment

\brief A parsed comment.

extern (C)
struct CXComment {
const(void)* ASTNode;
CXTranslationUnit TranslationUnit;
}

Meta