[llvm-commits] CVS: llvm/projects/Stacker/lib/compiler/StackerCompiler.h
Misha Brukman
brukman at cs.uiuc.edu
Thu Apr 15 10:39:02 PDT 2004
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.h updated: 1.1 -> 1.2
---
Log message:
If we're going to use tabs, use them consistently. Maybe doxygen will find the
@parameter line documentation that way, too.
---
Diffs of the changes: (+2 -2)
Index: llvm/projects/Stacker/lib/compiler/StackerCompiler.h
diff -u llvm/projects/Stacker/lib/compiler/StackerCompiler.h:1.1 llvm/projects/Stacker/lib/compiler/StackerCompiler.h:1.2
--- llvm/projects/Stacker/lib/compiler/StackerCompiler.h:1.1 Sun Nov 23 11:52:55 2003
+++ llvm/projects/Stacker/lib/compiler/StackerCompiler.h Thu Apr 15 10:38:48 2004
@@ -149,8 +149,8 @@
/// @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)
More information about the llvm-commits
mailing list