[llvm] r240240 - OptTable.h: Prune a couple of \param(s), since Arg has been ArrayRef-ized. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Sun Jun 21 06:44:48 PDT 2015


Author: chapuni
Date: Sun Jun 21 08:44:46 2015
New Revision: 240240

URL: http://llvm.org/viewvc/llvm-project?rev=240240&view=rev
Log:
OptTable.h: Prune a couple of \param(s), since Arg has been ArrayRef-ized. [-Wdocumentation]

Modified:
    llvm/trunk/include/llvm/Option/OptTable.h

Modified: llvm/trunk/include/llvm/Option/OptTable.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Option/OptTable.h?rev=240240&r1=240239&r2=240240&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Option/OptTable.h (original)
+++ llvm/trunk/include/llvm/Option/OptTable.h Sun Jun 21 08:44:46 2015
@@ -142,8 +142,6 @@ public:
   /// The only error that can occur in this routine is if an argument is
   /// missing values; in this case \p MissingArgCount will be non-zero.
   ///
-  /// \param ArgBegin - The beginning of the argument vector.
-  /// \param ArgEnd - The end of the argument vector.
   /// \param MissingArgIndex - On error, the index of the option which could
   /// not be parsed.
   /// \param MissingArgCount - On error, the number of missing options.





More information about the llvm-commits mailing list