]> granicus.if.org Git - clang/commitdiff
[libclang] Improve a doxygen comment, as suggested by Jordan.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 11 Apr 2013 17:31:13 +0000 (17:31 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 11 Apr 2013 17:31:13 +0000 (17:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179300 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/Index.h

index deefafd41852ef29267c4b88dbd05c9dfffc1580..42641df110e081be5c88fdc9fe1c0e6e152ec1ac 100644 (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.