aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-15 08:37:50 +0000
committerJames Dennett <jdennett@google.com>2012-06-15 08:37:50 +0000
commit18483f583333f8d940393e64ce111c6979639665 (patch)
tree1787f585e8f7a0a4ed1fa10408a46a17d967b75d
parentedd6d40770c9010883307b195acea6e9d732263a (diff)
Fix a documentation typo: \\brief -> \brief
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158507 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/AST/DeclBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h
index d51e2abc37..b1f9180e05 100644
--- a/include/clang/AST/DeclBase.h
+++ b/include/clang/AST/DeclBase.h
@@ -1142,7 +1142,7 @@ public:
/// inline, its enclosing namespace, recursively.
bool InEnclosingNamespaceSetOf(const DeclContext *NS) const;
- /// \\brief Collects all of the declaration contexts that are semantically
+ /// \brief Collects all of the declaration contexts that are semantically
/// connected to this declaration context.
///
/// For declaration contexts that have multiple semantically connected but