From 75a7c32a3cf1e029fadd01f6a93952c975f7fcd6 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 22 Jul 2013 01:27:42 +0000 Subject: [PATCH] SemaTemplate.cpp: Prune a stray "\param NumParamLists" in comment. [-Wdocumentation] llvm-svn: 186802 --- clang/lib/Sema/SemaTemplate.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/lib/Sema/SemaTemplate.cpp b/clang/lib/Sema/SemaTemplate.cpp index c0ebc8e..decac1d 100644 --- a/clang/lib/Sema/SemaTemplate.cpp +++ b/clang/lib/Sema/SemaTemplate.cpp @@ -1586,8 +1586,6 @@ static SourceRange getRangeOfTypeInNestedNameSpecifier(ASTContext &Context, /// \param ParamLists the template parameter lists, from the outermost to the /// innermost template parameter lists. /// -/// \param NumParamLists the number of template parameter lists in ParamLists. -/// /// \param IsFriend Whether to apply the slightly different rules for /// matching template parameters to scope specifiers in friend /// declarations. -- 2.7.4