mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Documentation warning: \param, not \parm
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181549 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d044f65e37
commit
01371af2c4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user