summaryrefslogtreecommitdiff
path: root/lib/Support/FormattedStream.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-22 04:10:52 +0000
committerDan Gohman <gohman@apple.com>2010-02-22 04:10:52 +0000
commitfb76fe09297ee292129e44d723127f2408602a3d (patch)
tree9a0205cb7d71f204242890995749b4b11372d8ce /lib/Support/FormattedStream.cpp
parentb4e8aabba764bcbaf4be1296ba9b7e437f98adb7 (diff)
downloadllvm-fb76fe09297ee292129e44d723127f2408602a3d.tar.gz
llvm-fb76fe09297ee292129e44d723127f2408602a3d.tar.bz2
llvm-fb76fe09297ee292129e44d723127f2408602a3d.tar.xz
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/Support/FormattedStream.cpp')
-rw-r--r--lib/Support/FormattedStream.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Support/FormattedStream.cpp b/lib/Support/FormattedStream.cpp
index 39b6cb3f1f..c72b5a1751 100644
--- a/lib/Support/FormattedStream.cpp
+++ b/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.