From 30ff721f097c36f6ea5ef82839f54730bf91125f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 22 Feb 2010 04:10:52 +0000 Subject: Fix various doxygen warnings. llvm-svn: 96779 --- llvm/lib/CodeGen/PBQP/HeuristicSolver.h | 4 ++-- llvm/lib/Support/FormattedStream.cpp | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'llvm/lib') diff --git a/llvm/lib/CodeGen/PBQP/HeuristicSolver.h b/llvm/lib/CodeGen/PBQP/HeuristicSolver.h index c156264fae0..bd18b5216f3 100644 --- a/llvm/lib/CodeGen/PBQP/HeuristicSolver.h +++ b/llvm/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) { diff --git a/llvm/lib/Support/FormattedStream.cpp b/llvm/lib/Support/FormattedStream.cpp index 39b6cb3f1f7..c72b5a1751b 100644 --- a/llvm/lib/Support/FormattedStream.cpp +++ b/llvm/lib/Support/FormattedStream.cpp @@ -56,8 +56,6 @@ void formatted_raw_ostream::ComputeColumn(const char *Ptr, size_t Size) { /// PadToColumn - Align the output to some column number. /// /// \param NewCol - The column to move to. -/// \param MinPad - The minimum space to give after the most recent -/// I/O, even if the current column + minpad > newcol. /// formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) { // Figure out what's in the buffer and add it to the column count. -- cgit v1.2.3