From: Dmitri Gribenko Date: Thu, 9 May 2013 21:15:22 +0000 (+0000) Subject: Documentation warning: \param, not \parm X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65cd8132d531ba14f81fe3d8f078558be78c2f95;p=clang Documentation warning: \param, not \parm git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181550 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Option.h b/include/clang/Driver/Option.h index 764934fdf8..0536caa23b 100644 --- a/include/clang/Driver/Option.h +++ b/include/clang/Driver/Option.h @@ -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;