forked from OSchip/llvm-project
clang/Lex/PPCallbacks.h: Fix a warning in r301472. [-Wdocumentation]
llvm-svn: 301503
This commit is contained in:
parent
7ba4d851b0
commit
b7b7ddbb1c
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue