Documentation warning: \param, not \parm

llvm-svn: 181550
This commit is contained in:
Dmitri Gribenko 2013-05-09 21:15:22 +00:00
parent ccd57d4186
commit f4d5bee616
1 changed files with 3 additions and 3 deletions

View 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;