[cfe-commits] r164466 - /cfe/trunk/include/clang/Basic/SourceManager.h

Dmitri Gribenko gribozavr at gmail.com
Sat Sep 22 14:44:37 PDT 2012


Author: gribozavr
Date: Sat Sep 22 16:44:37 2012
New Revision: 164466

URL: http://llvm.org/viewvc/llvm-project?rev=164466&view=rev
Log:
Remove superfluous \namespace command.

Modified:
    cfe/trunk/include/clang/Basic/SourceManager.h

Modified: cfe/trunk/include/clang/Basic/SourceManager.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/SourceManager.h?rev=164466&r1=164465&r2=164466&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/SourceManager.h (original)
+++ cfe/trunk/include/clang/Basic/SourceManager.h Sat Sep 22 16:44:37 2012
@@ -62,7 +62,6 @@
 class ASTWriter;
 class ASTReader;
 
-/// \namespace
 /// \brief Public enums and private classes that are part of the
 /// SourceManager implementation.
 ///





More information about the cfe-commits mailing list