diff options
author | James Dennett <jdennett@google.com> | 2012-06-19 21:02:26 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-19 21:02:26 +0000 |
commit | e37835ef18be0c64fa6d5c25e7503df192beb6a8 (patch) | |
tree | c11c2056b7f7d0917cb361757dee236cb1ca5181 /clang/lib/Parse/ParseExpr.cpp | |
parent | a36cbeb464fd038bc2ca4e0fe145904701c55c04 (diff) | |
download | bcm5719-llvm-e37835ef18be0c64fa6d5c25e7503df192beb6a8.tar.gz bcm5719-llvm-e37835ef18be0c64fa6d5c25e7503df192beb6a8.zip |
Documentation cleanup: fixing file headers to use Doxygen \file markup while
also being sufficiently conformant to LLVM's coding standards.
llvm-svn: 158739
Diffstat (limited to 'clang/lib/Parse/ParseExpr.cpp')
-rw-r--r-- | clang/lib/Parse/ParseExpr.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/lib/Parse/ParseExpr.cpp b/clang/lib/Parse/ParseExpr.cpp index de0af318a5b..d1c59894755 100644 --- a/clang/lib/Parse/ParseExpr.cpp +++ b/clang/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" |