]> granicus.if.org Git - clang/commitdiff
libclang: Add period to typedef kind docblock
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 12 Aug 2015 03:21:44 +0000 (03:21 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 12 Aug 2015 03:21:44 +0000 (03:21 +0000)
All of the other docblocks for the CXCursor_* cursor kind enum values
include documentation that ends with a period. Add a period to the end
of the CXCursor_TypedefDecl documentation to follow this convention.

Patch by Brian Gesiak!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244715 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/Index.h

index 2794965d5b98fcb239263e72804d7774e156c9b2..d7912ddaa8e39fb5b135099cd5ca0f573cd09644 100644 (file)
@@ -1573,7 +1573,7 @@ enum CXCursorKind {
   CXCursor_ObjCImplementationDecl        = 18,
   /** \brief An Objective-C \@implementation for a category. */
   CXCursor_ObjCCategoryImplDecl          = 19,
-  /** \brief A typedef */
+  /** \brief A typedef. */
   CXCursor_TypedefDecl                   = 20,
   /** \brief A C++ class method. */
   CXCursor_CXXMethod                     = 21,