diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-04-15 15:38:48 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-04-15 15:38:48 +0000 |
commit | cf2b18791a6f0643b8d56840a1d42f62c1b7c49b (patch) | |
tree | fbf8ba405aab78fd212424eed528764520f97003 /llvm/projects/Stacker/lib/compiler | |
parent | a34f067bac20b1982ba7dc9ec494dc293dc8fc48 (diff) | |
download | bcm5719-llvm-cf2b18791a6f0643b8d56840a1d42f62c1b7c49b.tar.gz bcm5719-llvm-cf2b18791a6f0643b8d56840a1d42f62c1b7c49b.zip |
If we're going to use tabs, use them consistently. Maybe doxygen will find the
@parameter line documentation that way, too.
llvm-svn: 12966
Diffstat (limited to 'llvm/projects/Stacker/lib/compiler')
-rw-r--r-- | llvm/projects/Stacker/lib/compiler/StackerCompiler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/projects/Stacker/lib/compiler/StackerCompiler.h b/llvm/projects/Stacker/lib/compiler/StackerCompiler.h index 9e35fa81441..c724c32d5db 100644 --- a/llvm/projects/Stacker/lib/compiler/StackerCompiler.h +++ b/llvm/projects/Stacker/lib/compiler/StackerCompiler.h @@ -149,8 +149,8 @@ class StackerCompiler /// @name Utility functions /// @{ public: - /// @brief Throws an exception to indicate an error - /// @param message The message to be output + /// @brief Throws an exception to indicate an error + /// @param message The message to be output /// @param line Override for the current line no static inline void ThrowException( const std::string &message, int line = -1) |