Skip to content
Snippets Groups Projects
Commit 38b06033 authored by James Dennett's avatar James Dennett
Browse files

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
parent ddfc8a1e
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
///
/// \file /// \file
/// \brief Provides the Expression parsing implementation. /// \brief Provides the Expression parsing implementation.
/// ///
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
/// operator (e.g. '/') or a ternary operator ("?:"). The unary leaves are /// operator (e.g. '/') or a ternary operator ("?:"). The unary leaves are
/// handled by ParseCastExpression, the higher level pieces are handled by /// handled by ParseCastExpression, the higher level pieces are handled by
/// ParseBinaryExpression. /// ParseBinaryExpression.
///
//===----------------------------------------------------------------------===//
#include "clang/Parse/Parser.h" #include "clang/Parse/Parser.h"
#include "clang/Sema/DeclSpec.h" #include "clang/Sema/DeclSpec.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment