forked from OSchip/llvm-project
[libclang] Improve a doxygen comment, as suggested by Jordan.
llvm-svn: 179300
This commit is contained in:
parent
2ddb2c825f
commit
f646408ed5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue