]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: turn "//" into "///" for a Doxygen comment.
authorJames Dennett <jdennett@google.com>
Fri, 22 Jun 2012 05:14:59 +0000 (05:14 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 22 Jun 2012 05:14:59 +0000 (05:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158965 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaExprCXX.cpp

index a053c2aed60c0e96e54862d43b6497a53300f096..27ac3818675b4ffabf60a21b2e7c53a0a75f80e8 100644 (file)
@@ -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"