I think the intended use was "\p Loc". Also, the \brief looks fishy.


On Apr 10, 2013, at 21:16 , NAKAMURA Takumi <[email protected]> wrote:

> Author: chapuni
> Date: Wed Apr 10 23:16:11 2013
> New Revision: 179261
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=179261&view=rev
> Log:
> ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation]
> 
> Modified:
>    cfe/trunk/lib/ARCMigrate/Transforms.h
> 
> Modified: cfe/trunk/lib/ARCMigrate/Transforms.h
> URL: 
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/ARCMigrate/Transforms.h?rev=179261&r1=179260&r2=179261&view=diff
> ==============================================================================
> --- cfe/trunk/lib/ARCMigrate/Transforms.h (original)
> +++ cfe/trunk/lib/ARCMigrate/Transforms.h Wed Apr 10 23:16:11 2013
> @@ -169,7 +169,7 @@ bool isPlusOne(const Expr *E);
> /// source location will be invalid.
> SourceLocation findLocationAfterSemi(SourceLocation loc, ASTContext &Ctx);
> 
> -/// \brief \arg Loc is the end of a statement range. This returns the 
> location
> +/// \brief 'Loc' is the end of a statement range. This returns the location
> /// of the semicolon following the statement.
> /// If no semicolon is found or the location is inside a macro, the returned
> /// source location will be invalid.
> 
> 
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to