r186802 - SemaTemplate.cpp: Prune a stray "\param NumParamLists" in comment. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Sun Jul 21 18:27:42 PDT 2013


Author: chapuni
Date: Sun Jul 21 20:27:42 2013
New Revision: 186802

URL: http://llvm.org/viewvc/llvm-project?rev=186802&view=rev
Log:
SemaTemplate.cpp: Prune a stray "\param NumParamLists" in comment. [-Wdocumentation]

Modified:
    cfe/trunk/lib/Sema/SemaTemplate.cpp

Modified: cfe/trunk/lib/Sema/SemaTemplate.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaTemplate.cpp?rev=186802&r1=186801&r2=186802&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaTemplate.cpp (original)
+++ cfe/trunk/lib/Sema/SemaTemplate.cpp Sun Jul 21 20:27:42 2013
@@ -1586,8 +1586,6 @@ static SourceRange getRangeOfTypeInNeste
 /// \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.





More information about the cfe-commits mailing list