ΒΆunsigned int clang_Comment_isWhitespace(
CXComment Comment)
unsigned int clang_Comment_isWhitespace(
CXComment Comment)
Description
A \c CXComment_Paragraph node is considered whitespace if it contains only \c CXComment_Text nodes that are empty or whitespace. Other AST nodes (except \c CXComment_Paragraph and \c CXComment_Text) are never considered whitespace.
Declared at: clang/include/clang-c/Documentation.h:245
Parameters
- CXComment Comment
Returns
non-zero if \c Comment is whitespace.