]> granicus.if.org Git - clang/commitdiff
Wdocumentation fix
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 18 Nov 2016 11:18:28 +0000 (11:18 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 18 Nov 2016 11:18:28 +0000 (11:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287335 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Driver.h

index e60be4f965f47d3b7651a856e890e96c906bec68..0ce461ca61e1a6c290786df9a94878c297bf1db6 100644 (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.