Wdocumentation fix

llvm-svn: 287335
This commit is contained in:
Simon Pilgrim 2016-11-18 11:18:28 +00:00
parent ff0942e6ea
commit 6e91750e06
1 changed files with 3 additions and 3 deletions

View File

@ -251,9 +251,9 @@ private:
/// other reproducer related files (.sh, .cache, etc). If not found, suggest a
/// directory for the user to look at.
///
/// \param The file path to copy the .crash to.
/// \param The suggested directory for the user to look at in case the search
/// or copy fails.
/// \param ReproCrashFilename The file path to copy the .crash to.
/// \param CrashDiagDir The suggested directory for the user to look at
/// in case the search or copy fails.
///
/// \returns If the .crash is found and successfully copied return true,
/// otherwise false and return the suggested directory in \p CrashDiagDir.