Author: gribozavr
Date: Thu May  9 16:15:22 2013
New Revision: 181550

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

Modified:
    cfe/trunk/include/clang/Driver/Option.h

Modified: cfe/trunk/include/clang/Driver/Option.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Option.h?rev=181550&r1=181549&r2=181550&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Option.h (original)
+++ cfe/trunk/include/clang/Driver/Option.h Thu May  9 16:15:22 2013
@@ -190,9 +190,9 @@ namespace options {
     /// 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;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to