From: Dmitri Gribenko Date: Thu, 9 May 2013 21:15:03 +0000 (+0000) Subject: Documentation warning: \param, not \parm X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=01371af2c419e3a302552030755db0c3225bc91b;p=oota-llvm.git Documentation warning: \param, not \parm git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181549 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Option/Option.h b/include/llvm/Option/Option.h index 541aa8d9918..4861b597260 100644 --- a/include/llvm/Option/Option.h +++ b/include/llvm/Option/Option.h @@ -179,9 +179,9 @@ public: /// Index to the position where argument parsing should resume /// (even if the argument is missing values). /// - /// \parm ArgSize The number of bytes taken up by the matched Option prefix - /// and name. This is used to determine where joined values - /// start. + /// \param ArgSize The number of bytes taken up by the matched Option prefix + /// and name. This is used to determine where joined values + /// start. Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const; void dump() const;