From: NAKAMURA Takumi Date: Fri, 22 Nov 2013 10:44:16 +0000 (+0000) Subject: AST/DeclBase.h: Fix \param of Decl::new() in r195426. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a7237e58f387ca5cb51e2425b31078a62a1fe03;p=clang AST/DeclBase.h: Fix \param of Decl::new() in r195426. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195440 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h index 8b531fb1e5..e0d4ed1684 100644 --- a/include/clang/AST/DeclBase.h +++ b/include/clang/AST/DeclBase.h @@ -308,7 +308,7 @@ protected: /// deserialized from a module file. /// /// \param Size The size of the allocated object. - /// \param Context The context in which we will allocate memory. + /// \param Ctx The context in which we will allocate memory. /// \param ID The global ID of the deserialized declaration. /// \param Extra The amount of extra space to allocate after the object. void *operator new(std::size_t Size, const ASTContext &Ctx, unsigned ID,