aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-07-29 17:35:37 +0000
committerDouglas Gregor <dgregor@apple.com>2011-07-29 17:35:37 +0000
commitd16aa4139b8e6d08c0166945ab24ce340055465c (patch)
treea0cef5d3c79341739e58978487b523dfcdd29902
parentda549e8995c447542d5631b8b67fcc3a9582797a (diff)
Add a missing \endcode for Doxygen
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136469 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/AST/DeclCXX.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/DeclCXX.h b/include/clang/AST/DeclCXX.h
index dd490f48c5..3ce45bc36b 100644
--- a/include/clang/AST/DeclCXX.h
+++ b/include/clang/AST/DeclCXX.h
@@ -1333,6 +1333,7 @@ public:
/// void g() &&;
/// void h();
/// };
+ /// \endcode
RefQualifierKind getRefQualifier() const {
return getType()->getAs<FunctionProtoType>()->getRefQualifier();
}