From 496a3f56c72238e2f54d062dc8e16fdc12d83fca Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 18 Nov 2016 11:18:28 +0000 Subject: [PATCH] Wdocumentation fix git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287335 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Driver/Driver.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/clang/Driver/Driver.h b/include/clang/Driver/Driver.h index e60be4f965..0ce461ca61 100644 --- a/include/clang/Driver/Driver.h +++ b/include/clang/Driver/Driver.h @@ -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. -- 2.50.1