diff options
author | James Dennett <jdennett@google.com> | 2012-06-22 10:32:46 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-22 10:32:46 +0000 |
commit | 8da16874f48d2c5c8f1275c7fd77caf8a8af3f81 (patch) | |
tree | f1d9223b736401ec4a5c37b0ce703958c922a4ef /lib/Sema/SemaOverload.cpp | |
parent | 16ae9de07730832945204877d752db7f1c070962 (diff) |
Documentation cleanup: making \param and \returns docs match the code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaOverload.cpp')
-rw-r--r-- | lib/Sema/SemaOverload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaOverload.cpp b/lib/Sema/SemaOverload.cpp index 53ebbd49f5..973a2fe065 100644 --- a/lib/Sema/SemaOverload.cpp +++ b/lib/Sema/SemaOverload.cpp @@ -9838,7 +9838,7 @@ static bool IsOverloaded(const UnresolvedSetImpl &Functions) { /// set should not contain any member functions; those will be added /// by CreateOverloadedUnaryOp(). /// -/// \param input The input argument. +/// \param Input The input argument. ExprResult Sema::CreateOverloadedUnaryOp(SourceLocation OpLoc, unsigned OpcIn, const UnresolvedSetImpl &Fns, |