From: James Dennett Date: Fri, 15 Jun 2012 08:37:50 +0000 (+0000) Subject: Fix a documentation typo: \\brief -> \brief X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18483f583333f8d940393e64ce111c6979639665;p=clang Fix a documentation typo: \\brief -> \brief git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158507 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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