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

include/clang/Driver/Option.h

index 764934fdf81084b8442ee9450b0c1e0c63da1c30..0536caa23b46197e775e549f0d57106632bb21b2 100644 (file)
@@ -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;