diff options
author | James Dennett <jdennett@google.com> | 2012-06-15 08:37:50 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-15 08:37:50 +0000 |
commit | 15d9e461bfa72b4e9dcec8de8435c2f199327dba (patch) | |
tree | 7eebc07f861a9314bae5cad7e8453bd172087c95 | |
parent | 804664c82d108c79ca9e4784bc981a93db0191f8 (diff) | |
download | bcm5719-llvm-15d9e461bfa72b4e9dcec8de8435c2f199327dba.tar.gz bcm5719-llvm-15d9e461bfa72b4e9dcec8de8435c2f199327dba.zip |
Fix a documentation typo: \\brief -> \brief
llvm-svn: 158507
-rw-r--r-- | clang/include/clang/AST/DeclBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/DeclBase.h b/clang/include/clang/AST/DeclBase.h index d51e2abc376..b1f9180e05a 100644 --- a/clang/include/clang/AST/DeclBase.h +++ b/clang/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 |