summaryrefslogtreecommitdiff
path: root/projects
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
commite803682f9ade1dfcd6eafdbb0f582f5192a50fd6 (patch)
tree2bb71b8359dbf90797dbf4eebda124da634bae3c /projects
parentf804e2c587f592372c9802be5bcae3d937035f41 (diff)
downloadllvm-e803682f9ade1dfcd6eafdbb0f582f5192a50fd6.tar.gz
llvm-e803682f9ade1dfcd6eafdbb0f582f5192a50fd6.tar.bz2
llvm-e803682f9ade1dfcd6eafdbb0f582f5192a50fd6.tar.xz
If we're going to use tabs, use them consistently. Maybe doxygen will find the
@parameter line documentation that way, too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/lib/compiler/StackerCompiler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/Stacker/lib/compiler/StackerCompiler.h b/projects/Stacker/lib/compiler/StackerCompiler.h
index 9e35fa8144..c724c32d5d 100644
--- a/projects/Stacker/lib/compiler/StackerCompiler.h
+++ b/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)