From 38b0603314e2093fa5bc7d6b4d629ce31f8bd054 Mon Sep 17 00:00:00 2001 From: James Dennett <jdennett@google.com> Date: Tue, 19 Jun 2012 21:02:26 +0000 Subject: [PATCH] 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 --- lib/Parse/ParseExpr.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Parse/ParseExpr.cpp b/lib/Parse/ParseExpr.cpp index de0af318a5b..d1c59894755 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" -- GitLab