OptTable.h: Prune a couple of \param(s), since Arg has been ArrayRef-ized. [-Wdocumen...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 21 Jun 2015 13:44:46 +0000 (13:44 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 21 Jun 2015 13:44:46 +0000 (13:44 +0000)
llvm-svn: 240240

llvm/include/llvm/Option/OptTable.h

index e23d6cd..62bfb08 100644 (file)
@@ -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.