summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2015-08-12 03:21:44 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2015-08-12 03:21:44 +0000
commit993b2864da4c3a12b8e2ea3d3fe92c66e53fe00d (patch)
tree9bbd381af2bd6b98c6c7f30ee479ad9e07b59b5b
parentdd55b95fb2c2d3d65cf37c3cd8173380a97dd673 (diff)
downloadbcm5719-llvm-993b2864da4c3a12b8e2ea3d3fe92c66e53fe00d.tar.gz
bcm5719-llvm-993b2864da4c3a12b8e2ea3d3fe92c66e53fe00d.zip
libclang: Add period to typedef kind docblock
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! llvm-svn: 244715
-rw-r--r--clang/include/clang-c/Index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 2794965d5b9..d7912ddaa8e 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -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,
OpenPOWER on IntegriCloud