forked from OSchip/llvm-project
ParseTemplate.cpp: Doxygen fix in AnnotateTemplateIdToken(). [-Wdocumentation]
llvm-svn: 167908
This commit is contained in:
parent
14d3c79b45
commit
793642fe04
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue