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 | 30ff721f097c36f6ea5ef82839f54730bf91125f (patch) | |
tree | a8548c91d34c373413ebb428ce0a6ce41de9dbc9 /llvm/lib/Support | |
parent | c1a545c3077c57075262ca921e554888b0f4e5b8 (diff) | |
download | bcm5719-llvm-30ff721f097c36f6ea5ef82839f54730bf91125f.tar.gz bcm5719-llvm-30ff721f097c36f6ea5ef82839f54730bf91125f.zip |
Fix various doxygen warnings.
llvm-svn: 96779
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r-- | llvm/lib/Support/FormattedStream.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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. |