Documentation warning: \param, not \parm
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 9 May 2013 21:15:03 +0000 (21:15 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 9 May 2013 21:15:03 +0000 (21:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181549 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Option/Option.h

index 541aa8d99185b9f46bea8299697197cd712179de..4861b5972600e4948dde898fd6027c59f154a3dd 100644 (file)
@@ -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;