ΒΆCXComment clang_Cursor_getParsedComment(
CXCursor C)
CXComment clang_Cursor_getParsedComment(
CXCursor C)
Description
Given a cursor that represents a documentable entity (e.g., declaration), return the associated parsed comment as a\c CXComment_FullComment AST node.
Declared at: clang/include/clang-c/Documentation.h:46
Parameters
- CXCursor C