From f646408ed53b80b69a2d0f840efaa8a9089f4905 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Thu, 11 Apr 2013 17:31:13 +0000 Subject: [PATCH] [libclang] Improve a doxygen comment, as suggested by Jordan. llvm-svn: 179300 --- clang/include/clang-c/Index.h | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index deefafd..42641df 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -2996,6 +2996,7 @@ enum CX_CXXAccessSpecifier { /** * \brief Returns the access control level for the referenced object. + * * If the cursor refers to a C++ declaration, its access control level within its * parent scope is returned. Otherwise, if the cursor refers to a base specifier or * access specifier, the specifier itself is returned. -- 2.7.4