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 | f646408ed53b80b69a2d0f840efaa8a9089f4905 (patch) | |
| tree | 90505f0850accfcb25a65512edd381c7218643e7 | |
| parent | 2ddb2c825f449960127b9c17adeb8d09cb5658f8 (diff) | |
| download | bcm5719-llvm-f646408ed53b80b69a2d0f840efaa8a9089f4905.tar.gz bcm5719-llvm-f646408ed53b80b69a2d0f840efaa8a9089f4905.zip | |
[libclang] Improve a doxygen comment, as suggested by Jordan.
llvm-svn: 179300
| -rw-r--r-- | clang/include/clang-c/Index.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index deefafd4185..42641df110e 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. |

