diff options
Diffstat (limited to 'include/clang-c/Index.h')
-rw-r--r-- | include/clang-c/Index.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index b7bd8bb738..2397ae1925 100644 --- a/include/clang-c/Index.h +++ b/include/clang-c/Index.h @@ -3201,6 +3201,12 @@ CINDEX_LINKAGE CXSourceRange clang_Cursor_getCommentRange(CXCursor C); CINDEX_LINKAGE CXString clang_Cursor_getRawCommentText(CXCursor C); /** + * \brief Given a cursor that represents a declaration, return the associated + * \\brief paragraph; otherwise return the first paragraph. + */ +CINDEX_LINKAGE CXString clang_Cursor_getBriefCommentText(CXCursor C); + +/** * @} */ |