[libclang] Improve a doxygen comment, as suggested by Jordan.

llvm-svn: 179300
This commit is contained in:
Argyrios Kyrtzidis 2013-04-11 17:31:13 +00:00
parent 2ddb2c825f
commit f646408ed5
1 changed files with 1 additions and 0 deletions

View File

@ -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.