From: Eli Bendersky Date: Fri, 5 Apr 2013 15:35:12 +0000 (+0000) Subject: Proper prefix for doxygen comments X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=732029500ccda392c75024057f875d7b75f6e735;p=clang Proper prefix for doxygen comments git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178878 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/TargetInfo.cpp b/lib/CodeGen/TargetInfo.cpp index 7cc63b7db1..d230a17df1 100644 --- a/lib/CodeGen/TargetInfo.cpp +++ b/lib/CodeGen/TargetInfo.cpp @@ -435,9 +435,9 @@ llvm::Value *PNaClABIInfo::EmitVAArg(llvm::Value *VAListAddr, QualType Ty, return 0; } -// \brief Classify argument of given type \p Ty. \p FreeRegs is the number of -// registers available for passing arguments - it can be updated by this -// method. +/// \brief Classify argument of given type \p Ty. \p FreeRegs is the number of +/// registers available for passing arguments - it can be updated by this +/// method. ABIArgInfo PNaClABIInfo::classifyArgumentType(QualType Ty, unsigned &FreeRegs) const { if (isAggregateTypeForABI(Ty)) {