From b87f6217b3a45ba4f2ab894f99b4695ccfa55826 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 21 Jun 2015 13:44:46 +0000 Subject: [PATCH] OptTable.h: Prune a couple of \param(s), since Arg has been ArrayRef-ized. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240240 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Option/OptTable.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/llvm/Option/OptTable.h b/include/llvm/Option/OptTable.h index e23d6cdf60c..62bfb0852f8 100644 --- a/include/llvm/Option/OptTable.h +++ b/include/llvm/Option/OptTable.h @@ -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. -- 2.34.1