summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-04-15 15:38:48 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-04-15 15:38:48 +0000
commitcf2b18791a6f0643b8d56840a1d42f62c1b7c49b (patch)
treefbf8ba405aab78fd212424eed528764520f97003 /llvm/projects/Stacker/lib
parenta34f067bac20b1982ba7dc9ec494dc293dc8fc48 (diff)
downloadbcm5719-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')
-rw-r--r--llvm/projects/Stacker/lib/compiler/StackerCompiler.h4
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)
OpenPOWER on IntegriCloud