Update \param corresponding to r268819. [-Wdocumentation]

llvm-svn: 268843
This commit is contained in:
NAKAMURA Takumi 2016-05-07 03:12:30 +00:00
parent 4524d6e739
commit 31b5db5132
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public:
/// \brief Called when a header is added during module map parsing.
///
/// \param File The header file itself.
/// \param Filename The header file itself.
virtual void moduleMapAddHeader(StringRef Filename) {}
};