From: James Dennett Date: Fri, 22 Jun 2012 05:14:59 +0000 (+0000) Subject: Documentation cleanup: turn "//" into "///" for a Doxygen comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=306f1791d002e84c0a58de5868d8bca0f48e37e4;p=clang 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 --- 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"