From 793642fe0414560b939c99383468c7518d40399f Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 14 Nov 2012 02:21:42 +0000 Subject: [PATCH] ParseTemplate.cpp: Doxygen fix in AnnotateTemplateIdToken(). [-Wdocumentation] llvm-svn: 167908 --- clang/lib/Parse/ParseTemplate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Parse/ParseTemplate.cpp b/clang/lib/Parse/ParseTemplate.cpp index 2e0411e..900e60f 100644 --- a/clang/lib/Parse/ParseTemplate.cpp +++ b/clang/lib/Parse/ParseTemplate.cpp @@ -839,7 +839,7 @@ Parser::ParseTemplateIdAfterTemplateName(TemplateTy Template, /// \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 -- 2.7.4