]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: fixing file headers to use Doxygen \file markup while
authorJames Dennett <jdennett@google.com>
Tue, 19 Jun 2012 21:02:26 +0000 (21:02 +0000)
committerJames Dennett <jdennett@google.com>
Tue, 19 Jun 2012 21:02:26 +0000 (21:02 +0000)
also being sufficiently conformant to LLVM's coding standards.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158739 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseExpr.cpp

index de0af318a5bcae4482fe23db6f1acccfe8fcec33..d1c59894755210d9a60e06f2a2398b08ab4f3666 100644 (file)
@@ -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"