]> granicus.if.org Git - clang/commitdiff
Fix a documentation typo: \\brief -> \brief
authorJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 08:37:50 +0000 (08:37 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 08:37:50 +0000 (08:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158507 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclBase.h

index d51e2abc376c1451c32271801a47bd2b5e7f24a1..b1f9180e05ab42f186dab4a7125eb4b2063d86a6 100644 (file)
@@ -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