diff options
-rw-r--r-- | include/clang-c/Index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index 05a1d6473c..0c9dcbe25d 100644 --- a/include/clang-c/Index.h +++ b/include/clang-c/Index.h @@ -3405,7 +3405,7 @@ typedef enum { /** * \brief Given a cursor that represents an ObjC method or parameter * declaration, return the associated ObjC qualifiers for the return type or the - * parameter respectively. The bits are formed from CXObjCPropertyAttrKind. + * parameter respectively. The bits are formed from CXObjCDeclQualifierKind. */ CINDEX_LINKAGE unsigned clang_Cursor_getObjCDeclQualifiers(CXCursor C); |