From: Simon Pilgrim Date: Fri, 18 Nov 2016 11:18:28 +0000 (+0000) Subject: Wdocumentation fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=496a3f56c72238e2f54d062dc8e16fdc12d83fca;p=clang Wdocumentation fix git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287335 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.