summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-05-09 21:15:03 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-05-09 21:15:03 +0000
commit01371af2c419e3a302552030755db0c3225bc91b (patch)
tree1b134b2afaae64a845e5d35142714a4f6f44c876 /include
parentd044f65e37f09a6c69da4d002c1e8957bd4d99c0 (diff)
downloadllvm-01371af2c419e3a302552030755db0c3225bc91b.tar.gz
llvm-01371af2c419e3a302552030755db0c3225bc91b.tar.bz2
llvm-01371af2c419e3a302552030755db0c3225bc91b.tar.xz
Documentation warning: \param, not \parm
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181549 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Option/Option.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Option/Option.h b/include/llvm/Option/Option.h
index 541aa8d991..4861b59726 100644
--- a/include/llvm/Option/Option.h
+++ b/include/llvm/Option/Option.h
@@ -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;