diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-04-11 17:31:13 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-04-11 17:31:13 +0000 |
commit | 5142be6b38f44f3c08a93c7b034b3b527ac702c1 (patch) | |
tree | c01e91f6776c43f436c8e17efea32fb2c9ee4dcb | |
parent | 29828082ff7319f3c2e95e7bcc3cf6cc71f0da30 (diff) |
[libclang] Improve a doxygen comment, as suggested by Jordan.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179300 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang-c/Index.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index deefafd418..42641df110 100644 --- a/include/clang-c/Index.h +++ b/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. |