[llvm] r181549 - Documentation warning: \param, not \parm

Dmitri Gribenko gribozavr at gmail.com
Thu May 9 14:15:03 PDT 2013


Author: gribozavr
Date: Thu May  9 16:15:03 2013
New Revision: 181549

URL: http://llvm.org/viewvc/llvm-project?rev=181549&view=rev
Log:
Documentation warning: \param, not \parm

Modified:
    llvm/trunk/include/llvm/Option/Option.h

Modified: llvm/trunk/include/llvm/Option/Option.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Option/Option.h?rev=181549&r1=181548&r2=181549&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Option/Option.h (original)
+++ llvm/trunk/include/llvm/Option/Option.h Thu May  9 16:15:03 2013
@@ -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;





More information about the llvm-commits mailing list