r179300 - [libclang] Improve a doxygen comment, as suggested by Jordan.
Argyrios Kyrtzidis
akyrtzi at gmail.com
Thu Apr 11 10:31:13 PDT 2013
Author: akirtzidis
Date: Thu Apr 11 12:31:13 2013
New Revision: 179300
URL: http://llvm.org/viewvc/llvm-project?rev=179300&view=rev
Log:
[libclang] Improve a doxygen comment, as suggested by Jordan.
Modified:
cfe/trunk/include/clang-c/Index.h
Modified: cfe/trunk/include/clang-c/Index.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang-c/Index.h?rev=179300&r1=179299&r2=179300&view=diff
==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Thu Apr 11 12:31:13 2013
@@ -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.
More information about the cfe-commits
mailing list