[cfe-commits] r167908 - /cfe/trunk/lib/Parse/ParseTemplate.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Tue Nov 13 18:21:42 PST 2012
Author: chapuni
Date: Tue Nov 13 20:21:42 2012
New Revision: 167908
URL: http://llvm.org/viewvc/llvm-project?rev=167908&view=rev
Log:
ParseTemplate.cpp: Doxygen fix in AnnotateTemplateIdToken(). [-Wdocumentation]
Modified:
cfe/trunk/lib/Parse/ParseTemplate.cpp
Modified: cfe/trunk/lib/Parse/ParseTemplate.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseTemplate.cpp?rev=167908&r1=167907&r2=167908&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseTemplate.cpp (original)
+++ cfe/trunk/lib/Parse/ParseTemplate.cpp Tue Nov 13 20:21:42 2012
@@ -839,7 +839,7 @@
/// \param Template the declaration of the template named by the first
/// token (an identifier), as returned from \c Action::isTemplateName().
///
-/// \param TemplateNameKind the kind of template that \p Template
+/// \param TNK the kind of template that \p Template
/// refers to, as returned from \c Action::isTemplateName().
///
/// \param SS if non-NULL, the nested-name-specifier that precedes
More information about the cfe-commits
mailing list