From: Dmitri Gribenko Date: Sat, 22 Sep 2012 21:44:37 +0000 (+0000) Subject: Remove superfluous \namespace command. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bc38d69a2cf391555644900d78d074634973aa5;p=clang Remove superfluous \namespace command. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164466 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/SourceManager.h b/include/clang/Basic/SourceManager.h index ed19535a62..0478ab8133 100644 --- a/include/clang/Basic/SourceManager.h +++ b/include/clang/Basic/SourceManager.h @@ -62,7 +62,6 @@ class LangOptions; class ASTWriter; class ASTReader; -/// \namespace /// \brief Public enums and private classes that are part of the /// SourceManager implementation. ///