]> granicus.if.org Git - clang/commitdiff
SemaTemplate.cpp: Prune a stray "\param NumParamLists" in comment. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 22 Jul 2013 01:27:42 +0000 (01:27 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 22 Jul 2013 01:27:42 +0000 (01:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186802 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaTemplate.cpp

index c0ebc8e05863f1504a428f76c161832ab60762b6..decac1dfc57b19c4f0a588d3172caf22a7adc3e4 100644 (file)
@@ -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.