From 01371af2c419e3a302552030755db0c3225bc91b Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Thu, 9 May 2013 21:15:03 +0000 Subject: [PATCH] Documentation warning: \param, not \parm git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181549 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Option/Option.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.34.1