From: NAKAMURA Takumi Date: Mon, 22 Jul 2013 01:27:42 +0000 (+0000) Subject: SemaTemplate.cpp: Prune a stray "\param NumParamLists" in comment. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fa667388fc44bc269a5e82909c8ac1c177a500d;p=clang SemaTemplate.cpp: Prune a stray "\param NumParamLists" in comment. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186802 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaTemplate.cpp b/lib/Sema/SemaTemplate.cpp index c0ebc8e058..decac1dfc5 100644 --- a/lib/Sema/SemaTemplate.cpp +++ b/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.