diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-22 04:10:52 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-22 04:10:52 +0000 |
commit | fb76fe09297ee292129e44d723127f2408602a3d (patch) | |
tree | 9a0205cb7d71f204242890995749b4b11372d8ce /lib/CodeGen/PBQP | |
parent | b4e8aabba764bcbaf4be1296ba9b7e437f98adb7 (diff) | |
download | external_llvm-fb76fe09297ee292129e44d723127f2408602a3d.zip external_llvm-fb76fe09297ee292129e44d723127f2408602a3d.tar.gz external_llvm-fb76fe09297ee292129e44d723127f2408602a3d.tar.bz2 |
Fix various doxygen warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PBQP')
-rw-r--r-- | lib/CodeGen/PBQP/HeuristicSolver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/PBQP/HeuristicSolver.h b/lib/CodeGen/PBQP/HeuristicSolver.h index c156264..bd18b52 100644 --- a/lib/CodeGen/PBQP/HeuristicSolver.h +++ b/lib/CodeGen/PBQP/HeuristicSolver.h @@ -229,7 +229,7 @@ namespace PBQP { } /// \brief Apply rule R1. - /// @param nItr Node iterator for node to apply R1 to. + /// @param xnItr Node iterator for node to apply R1 to. /// /// Node will be automatically pushed to the solver stack. void applyR1(Graph::NodeItr xnItr) { @@ -277,7 +277,7 @@ namespace PBQP { } /// \brief Apply rule R2. - /// @param nItr Node iterator for node to apply R2 to. + /// @param xnItr Node iterator for node to apply R2 to. /// /// Node will be automatically pushed to the solver stack. void applyR2(Graph::NodeItr xnItr) { |