clang_Cursor_getCommentRange

Given a cursor that represents a declaration, return the associated comment's source range. The range may include multiple consecutive comments with whitespace in between.

extern (C) @nogc @trusted nothrow pure
clang_Cursor_getCommentRange
(
const CXCursor C
)

Meta