r181550 - Documentation warning: \param, not \parm
Dmitri Gribenko
gribozavr at gmail.com
Thu May 9 14:15:22 PDT 2013
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;
More information about the cfe-commits
mailing list