Checkers/CheckObjCDealloc.cpp: Prune "\param". [-Wdocumentation]

llvm-svn: 261963
This commit is contained in:
NAKAMURA Takumi 2016-02-26 03:15:13 +00:00
parent 74a00fb6f5
commit a8aa5f0a94
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ bool ObjCDeallocChecker::isSuperDeallocMessage(
return M.getSelector() == DeallocSel;
}
/// Returns the ObjCImplDecl containing the method declaration in \param LCtx.
/// Returns the ObjCImplDecl containing the method declaration in LCtx.
const ObjCImplDecl *
ObjCDeallocChecker::getContainingObjCImpl(const LocationContext *LCtx) const {
auto *MD = cast<ObjCMethodDecl>(LCtx->getDecl());