clang/Lex/PPCallbacks.h: Fix a warning in r301472. [-Wdocumentation]

llvm-svn: 301503
This commit is contained in:
NAKAMURA Takumi 2017-04-27 00:09:42 +00:00
parent 7ba4d851b0
commit b7b7ddbb1c
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public:
}
/// \brief Hook called whenever a macro \#undef is seen.
/// \param Token The active Token
/// \param MacroNameTok The active Token
/// \param MD A MacroDefinition for the named macro.
/// \param Undef New MacroDirective if the macro was defined, null otherwise.
///