r287335 - Wdocumentation fix

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 18 03:18:28 PST 2016


Author: rksimon
Date: Fri Nov 18 05:18:28 2016
New Revision: 287335

URL: http://llvm.org/viewvc/llvm-project?rev=287335&view=rev
Log:
Wdocumentation fix

Modified:
    cfe/trunk/include/clang/Driver/Driver.h

Modified: cfe/trunk/include/clang/Driver/Driver.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Driver.h?rev=287335&r1=287334&r2=287335&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Driver.h (original)
+++ cfe/trunk/include/clang/Driver/Driver.h Fri Nov 18 05:18:28 2016
@@ -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.




More information about the cfe-commits mailing list