aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaExprCXX.cpp
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-22 05:14:59 +0000
committerJames Dennett <jdennett@google.com>2012-06-22 05:14:59 +0000
commit306f1791d002e84c0a58de5868d8bca0f48e37e4 (patch)
tree151cb3c5511596815cd4433e4d131e6d7d25737f /lib/Sema/SemaExprCXX.cpp
parent697c7a8af6d090bff2b572553da0957de1724e1e (diff)
Documentation cleanup: turn "//" into "///" for a Doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158965 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaExprCXX.cpp')
-rw-r--r--lib/Sema/SemaExprCXX.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/Sema/SemaExprCXX.cpp b/lib/Sema/SemaExprCXX.cpp
index a053c2aed6..27ac381867 100644
--- a/lib/Sema/SemaExprCXX.cpp
+++ b/lib/Sema/SemaExprCXX.cpp
@@ -6,9 +6,11 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-
-// \file
-// \brief Implements semantic analysis for C++ expressions.
+///
+/// \file
+/// \brief Implements semantic analysis for C++ expressions.
+///
+//===----------------------------------------------------------------------===//
#include "clang/Sema/SemaInternal.h"
#include "clang/Sema/DeclSpec.h"