aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/ParseExpr.cpp
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-19 21:02:26 +0000
committerJames Dennett <jdennett@google.com>2012-06-19 21:02:26 +0000
commit38b0603314e2093fa5bc7d6b4d629ce31f8bd054 (patch)
tree5521e1788c2e3edabd7b808e3e8e88de419245b8 /lib/Parse/ParseExpr.cpp
parentddfc8a1e68ac67d748ca918acac8f1c78a51395c (diff)
Documentation cleanup: fixing file headers to use Doxygen \file markup while
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
Diffstat (limited to 'lib/Parse/ParseExpr.cpp')
-rw-r--r--lib/Parse/ParseExpr.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Parse/ParseExpr.cpp b/lib/Parse/ParseExpr.cpp
index de0af318a5..d1c5989475 100644
--- a/lib/Parse/ParseExpr.cpp
+++ b/lib/Parse/ParseExpr.cpp
@@ -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"