[cfe-commits] r158739 - /cfe/trunk/lib/Parse/ParseExpr.cpp

James Dennett jdennett at google.com
Tue Jun 19 14:02:27 PDT 2012


Author: jdennett
Date: Tue Jun 19 16:02:26 2012
New Revision: 158739

URL: http://llvm.org/viewvc/llvm-project?rev=158739&view=rev
Log:
Documentation cleanup: fixing file headers to use Doxygen \file markup while
also being sufficiently conformant to LLVM's coding standards.

Modified:
    cfe/trunk/lib/Parse/ParseExpr.cpp

Modified: cfe/trunk/lib/Parse/ParseExpr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseExpr.cpp?rev=158739&r1=158738&r2=158739&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseExpr.cpp (original)
+++ cfe/trunk/lib/Parse/ParseExpr.cpp Tue Jun 19 16:02:26 2012
@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
-
+///
 /// \file
 /// \brief Provides the Expression parsing implementation.
 ///
@@ -18,6 +18,8 @@
 /// operator (e.g. '/') or a ternary operator ("?:").  The unary leaves are
 /// handled by ParseCastExpression, the higher level pieces are handled by
 /// ParseBinaryExpression.
+///
+//===----------------------------------------------------------------------===//
 
 #include "clang/Parse/Parser.h"
 #include "clang/Sema/DeclSpec.h"





More information about the cfe-commits mailing list