clang_Cursor_getParsedComment

Given a cursor that represents a documentable entity (e.g., declaration), return the associated parsed comment as a \c CXComment_FullComment AST node.

extern (C)
clang_Cursor_getParsedComment
(
CXCursor C
)

Meta